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-672b89669790d215464178/] 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-672b896697a11926827623/]
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-672b896697da4906910404/] 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-672b896697e83917981566/] Duration/speed It specifies the speed of the fadein. The valuse may be slow, fast