jQuery Effect Methods
The following table lists all the methods used to create animation effects.
Method | Description |
---|---|
animate() | Performs a custom animation (of a set of CSS properties) for selected elements |
clearQueue() | Removes all queued functions for the selected element |
delay() | Sets a delay for all queued functions for the selected element |
dequeue() | Runs the next queued functions for the selected element |
fadeIn() | Gradually changes the opacity, for selected elements, from hidden to visible |
fadeOut() | Gradually changes the opacity, for selected elements, from visible to hidden |
fadeTo() | Gradually changes the opacity, for selected elements, to a specified opacity |
fadeToggle() | |
hide() | Hides selected elements |
queue() | Shows the queued functions for the selected element |
show() | Shows hidden selected elements |
slideDown() | Gradually changes the height, for selected elements, from hidden to visible |
slideToggle() | Toggles between slideUp() and slideDown() for selected elements |
slideUp() | Gradually changes the height, for selected elements, from visible to hidden |
stop() | Stops a running animation on selected elements |
toggle() | Toggles between hide() and show(), or custom functions, for selected elements |
No comments:
Post a Comment