您好,匿名用户
随意问技术百科期待您的加入

有没有办法捕获css3动画完成的回调通知

+1 投票

javascript做的动画效果,在完成后可以获得一个回调通知(callback)
那么,越来越多的css3动画效果,有没有办法获得类似这种的通知呢?

用户头像 提问 2012年 12月1日 @ Zilean 上等兵 (230 威望)
分享到:

1个回答

0 投票

1.transition
可以了解 transitionend 事件。
W3C CSS Transitions Draft:http://www.w3.org/TR/css3-transitions...

The ‘transitionend’ event occurs at the completion of the transition. In the case where a transition is removed before completion, such as if the transition-property is removed, then the event will not fire.

Bubbles: Yes
Cancelable: Yes
Context Info: propertyName, elapsedTime

demo在此。http://jsfiddle.net/QBFtH/1/

2.animation动画
可以了解 animationend 事件。
W3C CSS Animation Events:http://www.w3.org/TR/css3-animations/...

http://developer.apple.com/library/sa...

The ‘animationend’ event occurs when the animation finishes.

Bubbles: Yes
Cancelable: No
Context Info: animationName, elapsedTime

demo:http://jsbin.com/oveval/10

用户头像 回复 2012年 12月1日 @ Rammus 上等兵 (334 威望)
提一个问题:

相关问题

0 投票
1 回复 32 阅读
用户头像 提问 2012年 12月1日 @ Gemini 上等兵 (319 威望)
0 投票
1 回复 39 阅读
用户头像 提问 2012年 12月1日 @ Taurus 上等兵 (303 威望)
0 投票
1 回复 28 阅读
用户头像 提问 2012年 12月1日 @ Vladimir 上等兵 (275 威望)
0 投票
1 回复 56 阅读
0 投票
1 回复 31 阅读

欢迎来到随意问技术百科, 这是一个面向专业开发者的IT问答网站,提供途径助开发者查找IT技术方案,解决程序bug和网站运维难题等。
温馨提示:本网站禁止用户发布与IT技术无关的、粗浅的、毫无意义的或者违法国家法规的等不合理内容,谢谢支持。

欢迎访问随意问技术百科,为了给您提供更好的服务,请及时反馈您的意见。
...