-
Book Overview & Buying
-
Table Of Contents
jQuery 1.4 Reference Guide
By :
This section describes how to create effects that are not provided out of the box by jQuery.
Perform a custom animation of a set of CSS properties.
.animate(properties[, duration][, easing][, callback]) .animate(properties, options)
properties: A map of CSS properties that the animation will move toward
duration (optional): A string or number determining how long the animation will run
easing (optional): A string indicating which easing function to use for the transition
callback (optional): A function to call once the animation is complete
properties: A map of CSS properties that the animation will move toward
options: A map of additional options to pass to the method. Supported keys are:
duration: A string or number determining how long the animation will run
easing: A string indicating which easing function to use for the transition
complete: A function to call once the animation is complete
step: A...
Change the font size
Change margin width
Change background colour