标签:out fadeout idt class jquery width style animate nbsp
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);
标签:out fadeout idt class jquery width style animate nbsp
原文地址:https://www.cnblogs.com/gxlaqj/p/11386640.html