animate()--jq动画

2参数,样式,时间

$(this).animate({top:"100px","opacity": "0"},1000)

3参数,样式,时间,返回

$(this).animate({top:"100px"},1000,function(){..})

posted @ 2013-09-02 16:04  tinyphp  Views(785)  Comments(0Edit  收藏  举报