queue() Effect in Jquery
Description: The jquery queue() method shows the queue of functions to be executed on the matched/selected elements. A queue is one or more functions waiting to run and it hasย several queues. Most often it has
animation() Effect in Jquery
Description: Jquery animation() method provide the custom animation with set of CSS properties. Syntax .animate( properties[duration ] [easing ] [complete ] ).animate( properties, options ) Ex : [crayon-6767b4fe1fbc1347063210/] params params parameter defines the CSS properties
delay() Effect in Jquery
Description: The jQuery delay() method is used to delay the execution of animation in the queue. It is a best method for delay between the queued jQuery effects. Syntax .delay( speed ) Ex : [crayon-6767b4fe1fcdb762029175/]
show() Effect in Jquery
Description: Jquery show() method used to display(make visible)ย matched element.ย The matched/selected elements will be showย immediately, without anyย animation. If we applyย duration, plain object or callback function thenย .show() becomes an animation method. Itย animates the height, widthย and opacity of
.slideToggle() Effect in Jquery
Description: Jquery slideToggle() method display/hide the matched elements with a sliding motion. Alternatively, weย can use slideToggle()ย method that perform both slide up and down animation ย based up on theย initialย display. If initial displays state is inย slide down
.slideUp() Effect in Jquery
Description: Jquery slideUp() method is used to slide UPย the matchedย element with a sliding motion. Syntax .slideUp( duration, easing, complete/callback ) Ex : [crayon-6767b4fe200b2971976122/] Duration/speed ย It specifies the speed of the fadein. The valuse may be
.slideDown() Effect in Jquery
Description: Jquery slideDown() method slide down the matchedย elements with a sliding motion. Syntax .slideDown( duration, easing, complete/callback ) Ex : [crayon-6767b4fe2018c145222303/] Duration/speed ย It specifies the speed of the fadein. The valuse may be slow, fast