jQuery监控动画执行完毕事件

时间:2016-02-22 17:07:15   收藏:0   阅读:726
$(‘#yourElement‘).one(‘webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend‘, doSomething);

  

原文:http://www.cnblogs.com/wln3344/p/5207492.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!