In the previous tutorials, we have learnt about almost all the Effects of JQuery. Let us also see, some of the other Effects here.
There are delaying and halting effects in JQuery. They are listed below :
Display effects of JQuery :
Effect | Description |
---|---|
show() | This effect is used to make the hidden element visible. |
hide() | This effect is used to hide an HTML element. |
toggle() | This effect is a combination of Hide and Show effect |
Fade effects of JQuery :
Slide effects of JQuery :
Animated effects of JQuery :
Effect | Description |
---|---|
animate() | This effect is used to provide animations to an HTML element. |