Here’s a very tiny jQuery plugin which makes it possible to delay a jQuery animation (or any function) for any amount of time. When you call one animation after another jQuery automatically queues them up and then executes them in order. This plugin inserts a psuedo-animation into that queue resulting in what seems like a delay.
Related Submissions:
- jQuery Delay Plugin A small, simple jQuery plugin that allows you to add a delay between jQuery functions. ...
- Micro Image Gallery: A jQuery Plugin The following jQuery plugin transforms a set of images into a tiny gallery with several options. The Micro Image Gallery allows to switch between a...
- jQuery plugin: ‘autoResize’ Inspired by Jason Frame’s method, I’ve created an animating ‘autoResize’ jQuery plugin. Although it was inspired by his plugin it has a few slight differences,...
- QuickFlip 2: The jQuery Flipping Plugin Made Faster and Simpler I’m happy to announce the release of QuickFlip 2, a major reworking of the jQuery plugin that flips any piece of HTML markup over like...
- EZPZ Tooltip jQuery plugin A jQuery tooltip plugin that makes sense. It favors convention over configuration to map the target elements to content elements in a single call. It...