jQuery展示效果

1.  show()/hide()/toggle()

 

2.  slideDown/slideUp/slideToggle()

 

3.  fadeIn()/fadeOut(2000)  淡入淡出

 

4.  自定义动画函数  ---animate

$("div").animate({

    "width":"200px",
    "height":"200px",
    "border":"10px solid blue",
    "font-size":"40px"
  },2000);

 

posted @ 2019-08-21 08:22  我爱si搬砖  阅读(82)  评论(0编辑  收藏  举报