Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Pause / Resume Animation (animate)


jQuery's animation method doesn't have a pause/resume. This plug-in provides 3 more methods to give a pause and resume effect to jQuery's animate method:

$(...).startAnimation(  params, [duration], [easing], [callback] )
$(...).pauseAnimation()
$(...).resumeAnimation()

Only use when pause-ability is needed, otherwise just use $(...).animate(...). The methods work like so:

Start Animation : Begins a pause-able animation. Basically is a sudo override of $(...).animate(...)

$(...).startAnimation(  params, [duration], [easing], [callback]  )

Pause Animation : Pauses an animation that was started with $(...).startAnimation()

$(...).pauseAnimation()

Resume Animation : Resumes an animation that was started with $(...).resumeAnimation()

$(...).resumeAnimation()

Downloads



5
Your rating: None Average: 5 (1 vote)

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

sanejenny

Connection is one of the most sensitive part in a network. Without it, they cannot operate their network well and it may needs a long time reparations.

Include some work or ideas

Include some work or ideas and may be try to change. programme a virtual 3D room and the employer could digitally walk through it and open doors and boxes to differnt parts of CD like this we can animate. By looking to your resume you can get a job at Zeitarbeit Weiden.

I hope it will work....

I hope it will work....
free ads |employment|adjustable beds

Alternative animation set-ups

It'd be nice if startAnimation() could accept the alternative way of setting up animations. (Which allow other callbacks such as 'step()').

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.