91-9990449935 0120-4256464 |
jQuery fadeOut()The jQuery fadeOut() method is used to fade out the element. Syntax: speed: It is an optional parameter. It specifies the speed of the delay. Its possible vales are slow, fast and milliseconds. easing: It specifies the easing function to be used for transition. callback: It is also an optional parameter. It specifies the function to be called after completion of fadeOut() effect. Let's take an example to demonstrate jQuery fadeOut() effect. Test it NowOutput: See the fadeOut() method example with different parameters.
Next TopicjQuery fadeToggle()
|