老师,请问一下为什么open能运行,close为什么就不行呢
1 2 3 4 5 6 7 | open.on( 'click' , function (){ $.Velocity.RunSequence(seqClick) }); close.on( 'click' , function (){ $.Velocity.RunSequence(seqOut) }); |
老师,请问一下为什么open能运行,close为什么就不行呢,还有就是卡片正面的logo是一起出来然后又消失,然后再升上来