1. Hide/Show (action is Displag CSS property) Hide () show () toggle () (Show and Hide toggle) 2. Roll Up/Drop down (set the height of the CSS property) Slidedown () Slideup () Slidetoggel () (Roll up and drop down toggle) 3. Fade In/Fade out (set to opacity CSS property) FadeOut () fadeIn () Fadetoggle () (Fade in Transition) FadeTo () Fade-in fade-in to specific opacity values $.fadeto (3000,0.2,function ()); 4. The Universal Method Animate () can set all of the above effects, and can achieve the effects not shown above. Summary: The method parameters are basically the same in the above 1 2 3 points. For example: Hide () No parameter Hide (3000), one parameter duration execution speed hide (3000,function () {}), two parameters duration and complete a callback function that specifies the effect. 5. Some commonly used functions each () get () index () trim () InArray ()
The animation operation of jquery