jQuery easing插件

1.$("#btn").on("click",function(){ $("#app").animate({ width:400, },4000,'linear'); })//线性 $("#btn").on("click",function(){ $("#div1").animate({ width:400, },4000,); })//匀速 $("#btn").on("click",functi
相关文章
相关标签/搜索