jQuery basic animation effects

Basic animation effect

  • show(spend,[callback]): Show hidden matching elements

  • hide(spend,[callback] ]): Hide the displayed element

  • toggle(switch): Switch the visible state of the element according to the switch parameter (true is visible, false is hidden).

  • toggle(spend,[callback]): Toggle the visible state of all matching elements with elegant animation

   php.cn     
Continuing Learning
||
php.cn
submit Reset Code
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!