Elements can be shown or relieved using slide functions. A common use of this feature is when you have a message to display to the user that can be dismissed once read.
slideUp()
: animates the height of the matched elements to 0 (or the CSS min-height attribute). When the animation finishes the display property is set to none.slideDown()
: fades the element outslideToggle()
: fades the element to a specified opacity