Easy Tutorial
❮ Traversing Siblings Ajax Ajax ❯

jQuery Effects Methods


jQuery Effects Methods

The table below lists all the jQuery methods used to create animation effects.

Method Description
animate() Applies a custom animation to the selected elements
clearQueue() Removes all queued functions (not yet run) from the selected elements
delay() Sets a delay for all queued functions (not yet run) of the selected elements
dequeue() Removes the next queued function and then executes the function
fadeIn() Gradually changes the opacity of the selected elements from hidden to visible
fadeOut() Gradually changes the opacity of the selected elements from visible to hidden
fadeTo() Gradually changes the selected elements to a specified opacity
fadeToggle() Toggles between the fadeIn() and fadeOut() methods
finish() Stops, removes, and completes all queued animations for the selected elements
hide() Hides the selected elements
queue() Displays the queued functions of the selected elements
show() Shows the selected elements
slideDown() Slides down the selected elements by adjusting the height
slideToggle() Toggles between the slideUp() and slideDown() methods
slideUp() Slides up the selected elements by adjusting the height
stop() Stops the currently running animation on the selected elements
toggle() Toggles between the hide() and show() methods
❮ Traversing Siblings Ajax Ajax ❯