- Show and hide elements that are not animated
| Hide the elements in the package set |
Hide (Speed,callback) |
Speed: optional, velocity. Slow,normal,fast Callback: function, optional, function called after completion, no parameters. Have this context |
Packing set |
|
| Causes the elements in the package set to display |
Show (Speed,callback) |
|
Packing set |
|
| Toggle Show Hidden |
Toggle (Speed,callback) |
|
Packing set |
|
| Fades non-hidden elements |
Fadeout (Speed,callback) |
|
Packing set |
|
| Fades hidden elements into the fade |
FadeIn (Speed,callback) |
|
Packing set |
|
| Adjust the opacity of a wrapper set element |
FadeTo (Speed,opacity,callback) |
opacity:0.0-1.0 |
Packing set |
|
| Extends the vertical area of the element from top to bottom to show hidden elements |
Slidedown (Speed,callback) |
|
Packing set |
|
| To hide the displayed element by decreasing the vertical area from the bottom up |
Slideup (Speed,callback) |
|
Packing set |
|
| Toggle slide up Slide down |
Slidetoggle (Speed,callback) |
|
Packing set |
|
| Stop the animation |
Stop () |
|
Packing set |
|
| Automatically applies animations defined by properties and easing to the wrapper set elements |
Animate (Properties,duration,easing,callback) |
The CSS style that the element should be at the end of the animation Number | string Easing functions: Linear and swing |
|
|
| Use the core jquery animation effect to show and hide elements |
Animate (Properties,options) |
Options:duration,easing,complete,queue (Immediate execution) |
|
|
jquery Practice-Animation