jQuery effect methods
jQuery Effects Methods
jQuery Effect Methods
The following table lists all jQuery methods used to create animation effects.
Method | Description |
---|---|
animate() | Apply to the selected elements" Customized "animation |
clearQueue() | Remove all queued functions (not yet running) from the selected elements |
delay() | Set a delay for all queued functions (not yet run) of the selected elements |
dequeue() | Remove Next queue the function, and then execute the function |
fadeIn() | Gradually change the opacity of the selected element from hidden to visible |
fadeOut() | Gradually change the opacity of the selected element, from visible to hidden |
fadeTo() | Fade the selected element The element gradually changes to the given opacity |
fadeToggle() | Toggle between fadeIn() and fadeOut() methods |
finish() | Stop, remove and complete all queued animations for the selected element |
hide() | Hide is Select element |
queue() | Show the queue function of the selected element |
show() | Display the selected element |
slideDown() | Slide and display the selected element by adjusting the height |
slideToggle() | Switching between slideUp() and slideDown() methods |
slideUp() | Slide and hide the selected element by adjusting the height |
stop() | Stop the currently running animation on the selected element |
toggle() | Switching between hide() and show() methods |