为了账号安全,请及时绑定邮箱和手机立即绑定

为什么在页面没有效果?

$.Velocity.RegisterEffect('lixin.pulse', {

  defaultDuration:300,

  calls: [

     [{scalex:2.1},0.5],

     [{scalex:1.0},0.5]

  ]

 });

 $('#div3').on('mouseover',function(){

  $(this).velocity('lixin.pulse');

 });


正在回答

1 回答

// "callout.customPulse" 只是示例,可以随便命名 比如"superSlide"

$.Velocity.RegisterEffect("callout.customPulse", {    defaultDuration: 900,    calls: [        [ { scaleX: 1.5 }, 0.50 ], // 0.50 为 动画总时间的50%        [ { scaleX: 1 }, 0.50 ]    ] });

// 调用

$element.velocity("callout.customPulse");


你没有调用函数

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么在页面没有效果?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信