| animate( params, duration, easing, callback )
| Returns: jQuery |
| A function for making your own, custom animations. |
| animate( params, options )
| Returns: jQuery |
| A function for making your own, custom animations. |
| stop( )
| Returns: jQuery |
| Stops all the currently running animations on all the specified elements. |
| queue( )
| Returns: Array<Function> |
| Returns a reference to the first element's queue (which is an array of functions). |
| queue( callback )
| Returns: jQuery |
| Adds a new function, to be executed, onto the end of the queue of all matched elements. |
| queue( queue )
| Returns: jQuery |
| Replaces the queue of all matched element with this new queue (the array of functions). |
| dequeue( )
| Returns: jQuery |
| Removes a queued function from the front of the queue and executes it. |