justjavac / the-front-end-knowledge-you-may-not-know

:innocent: 你可能不知道的前端知识点
https://git.io/fjrsr
2.28k stars 118 forks source link

animationEnd 在andriod4.4无法使用,有兼容的api吗 #12

Open wood-liu92 opened 7 years ago

justjavac commented 7 years ago

这是什么 API 啊

jiangtao commented 7 years ago

animationstart, animationend 吧

justjavac commented 7 years ago

https://polyfill.io/v2/docs/features/

搜了一下,有 WebAnimations。相关 polyfill 在 web-animations/web-animations-js

找到了这篇文章 Detecting CSS Animation Completion with JavaScript

justjavac commented 7 years ago

对 WebAnimations 研究比较少,一般都是使用 js 做动画。

你看看这个文件,获取对你有帮助:https://github.com/web-animations/web-animations-js/blob/4b045291149a91e513bb3ba7224969d19e765073/src/effect-callback.js

huandoy commented 7 years ago

@lww555 webkitAnimationEnd应该可以?

jesse-li commented 7 years ago

遇到过,需要加上webkit