20161228

animate()

js:

<script type="text/javascript">
$(document).ready(function () {  
    $(".mydemo p").animate({height:'toggle',opacity:'toggle'},10000);
}
</script>

效果:

 

posted @ 2016-12-28 10:09  飞鱼0725  阅读(78)  评论(0)    收藏  举报