tags:

views:

25

answers:

1

Hi there,

I am using jquery to animate an object.

I am looking for a way to pause the animation on mouseover, and resume it after the mouse has left.

Is this possible?

A: 

This (http://plugins.jquery.com/project/Pause-Resume-animation) plug-in will do the trick.

Jacob Nelson
This script seems to have atleast one memory leak, and does not do an exact pause.play :(
Hailwood