jQuery fadeIn() Method
The jQuery fadeIn() method is used to fade in a hidden element.
jQuery fadeOut() Method
The jQuery fadeOut() method is used to fade out a visible element.
The optional speed parameter specifies the duration of the effect. It can take the following values: "slow", "fast", or milliseconds.