Method |
Description |
animate() |
Apply 'custom' animation to the selected elements |
clearQueue() |
Remove all queued functions (not yet run) from the selected elements |
delay() |
Set a delay for all queue functions (not yet run) of the selected elements |
dequeue() |
Run the next queue function of the selected elements |
fadeIn() |
Gradually change the opacity of the selected elements from hidden to visible |
fadeOut() |
Gradually change the opacity of the selected elements from visible to hidden |
fadeTo() |
Gradually change the opacity of the selected elements to the given opacity |
hide() |
Hide the selected elements |
queue() |
Show the queue function of the selected elements |
show() |
Show the selected elements |
slideDown() |
Slide down the selected element by adjusting the height |
slideToggle() |
Toggle the slide up and slide down of selected elements |
slideUp() |
Slide up the selected element by adjusting the height |
stop() |
Stop animations running on selected elements |
toggle() |
Toggle the hide and show of selected elements |