jQuery Effects Reference

All jQuery effects.

jQuery Effects Reference

The following table lists all the jQuery methods for creating animation effects.

MethodDescription
animate()Runs a custom animation
clearQueue()Removes remaining functions from queue
delay()Sets a delay for execution
dequeue()Removes next function from queue and executes it
fadeIn()Fades in element
fadeOut()Fades out element
fadeTo()Fades to opacity
fadeToggle()Toggles fade in/out
finish()Stops, removes queue, and completes animation
hide()Hides elements
queue()Shows functions in queue
show()Shows elements
slideDown()Slides down element
slideToggle()Toggles slide up/down
slideUp()Slides up element
stop()Stops current animation
toggle()Toggles hide/show

Example

$("div").fadeIn();