Having a bit of difficulty getting this to work. I have an animation that is essentially a donut chart, and want to have a rollover information box that comes up when I roll over each particular wedge. The issue I am having is that each wedge is created by clipping (and rotating) circle and a container div. No matter what I do, the 'active' area of a wedge is simply going to overlap that of another without some sort of control of that hot area outside of exclusing the clipped area.
I thought perhaps of drawing shapes for each hot area separate from the actual wedge symbols, etc but without the ability to modify the vertices of a rectangle, there simply is no way to modify the rectangle shape into something workable.
What are my options, or is this simply impossible in Edge Animate?
Is there a way to have something other than a rectangle and circle? or a way to only take into account visible (non-clipped) area as the trigger for the event?