jQuery展示效果
Posted gxlaqj
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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);
以上是关于jQuery展示效果的主要内容,如果未能解决你的问题,请参考以下文章