What is JQuery effect?

Asked 27-Jul-2021
Viewed 330 times

1 Answer


1

jQuery allows us to add effects to the html page, and these effects are of 4 types, display, fading, sliding and other types.

The display effect has 3 types of effects Hide, Show and Toggle. There are 4 types of effects in fading effect fadeIn, fadetOut and fadetoggle. everything is like this. these effects are used for making the dynamic website.

Display

1. hide

2. show

3. toggle

Fading

1. fadein

2. fadeout

3. fadetoggle

4. fadeTo

Slide

1. slidedown

2. slideup

3. slidetoggle