I am trying to have an animation run only when the mouse is over an object. I can get one iteration of the animation and then have it set back to normal on mouse out. But I'd like the animation to loop on mouseover. How would I do it, using setInterval? I'm a little stuck.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
It could be done like this:
Now, you can do this:
If you wanted the animation immediately stop, you could change the
|
|||
|
|
You can write the following:
|
|||
|
|
|
I needed this to work for more then one object on the page so I modified a little Cletus's code :
|
|||
|
|
|
Consider:
with:
and:
You can achieve this using timers too. |
|||
|