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)