Justtao
2016-04-09 09:16
//~~~~~~~~~~~~如果库里没有想要的动画,也可以自定义动画~~~~~~~~~~
$.Velocity.RegisterEffect("lixin.pulse",{
defaultDuration:300,
call:[
[{scaleX:1.2},0.5],
[{scaleX:1.0},0.5]
]
});
$("#b").on("mouseover",function(){
$(this).velocity("lixin.pulse");
});
chrome出错提示:
velocity.ui.min.js:2 Uncaught TypeError: Cannot read property 'length' of undefined
calls不是call
谢谢,后来我也发现了 最近眼有点花 :)
Velocity.js实现弹出式相框
27005 学习 · 63 问题
相似问题