-
1. Re: animated button with delayed mouseover / mouseout actions
vivekuma Nov 11, 2014 6:41 PM (in response to DH333)You can share the composition, so that we can edit it and re-share it to you.
-
2. Re: animated button with delayed mouseover / mouseout actions
DH333 Nov 12, 2014 8:42 AM (in response to vivekuma)Hi Vivekuma,
Thanks for the reply. Below is a link to the very simple animation and it's source file:
http://www.mediafire.com/download/lae7glrz8ih6iax/test.zip
The mouse image fades in and stops. If you hover over it at this point, it will spin. When your mouse leaves it, it will reverse spin and stop at the point where the mouse image has already fadedin. However, if you hover and leave the mouse image really quickly, you'll notice the reverse animation doesn't just stop after the spin but continues back to the very beginning when the mouse is faded out. I don't want this to happen and would like the reverse animation to stop at where the mouse is fully opaque.
Thanks for any help you can provide!
-
3. Re: animated button with delayed mouseover / mouseout actions
vivekuma Nov 12, 2014 9:09 AM (in response to DH333)Replace the code for mouseout with the below:
if(sym.getPosition() > 420) {
sym.playReverse();
}
hth,
Vivekuma
-
4. Re: animated button with delayed mouseover / mouseout actions
DH333 Nov 12, 2014 12:04 PM (in response to vivekuma)This works perfectly! As usual, thanks for your help


