Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

jQuery effect method


May 07, 2021 jQuery


Table of contents


jQuery effect method

There are many effects that can be achieved in jQuery, and we've covered a few of them in the "jQuery Effects" section of this tutorial, and in this section, let's move on to see what other effects are possible in jQuery.


jQuery effect method

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

method describe
animate() Animation for applying "custom" in selected elements
clearQueue() Remove all queuing functions to selected elements (still not yet run)
delay() Set a delay for all queuing functions of the selected elements (still running)
dequeue() Remove the next queued function, then execute functions
fadeIn() Gradually change the opacity of selected elements, from hidden to visible
fadeOut() Gradually change the opacity of selected elements, from visible hidden
fadeTo() Creased the selected element to a given opacity
fadeToggle() Switch between fadein () and fadeout () methods
finish() Stop, remove and complete all queuing animations
hide() Hide selected elements
queue() Display the queuing function of selected elements
show() Show selected elements
slideDown() Slide the displayed element by adjusting the height
slideToggle() SlideUp () and slidedown () switches
slideUp() Slide the hidden selected element by adjusting the height
stop() Stop the animation that is currently running on the election element
toggle() Hide () and SHOW () methods