文件名称:jquery.motionevents:jQuery插件为过渡和动画事件提供简写
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-04 02:11:40
JavaScript
jQuery Motion事件插件 转换和动画事件的简写。 用法 您可以通过在jquery元素上调用具有相同名称的函数来订阅'transtionend','animationstart','animationiteration'和'animationend'事件。 注意:返回true将处置事件订阅。 $ ( 'div' ) . transitionend ( function ( e ) { // do some stuff return true ; } ) ; $ ( 'div' ) . animationend ( function ( e ) { // do some stuff return true ; } ) ; 若要收听特定的过渡,例如在使用多个属性时,请为对象提供属性作为键。 $ ( 'div' ) . transitionend ( {
【文件预览】:
jquery.motionevents-master
----README.md(1KB)
----LICENSE(1KB)
----bower.json(522B)
----jquery.motionevents.js(2KB)