javascript - The css3 animation effect cannot be displayed on the Apple mobile phone. How to solve it?
巴扎黑2017-07-06 10:37:34
0
3
1404
The animation effect is achieved through animate.css. The browser on the Android phone, as well as WeChat and QQ, all run normally. However, Apple phones have compatibility issues. How to solve this?
Is the original poster here? Add me and I will build a website with you
I can’t see the picture~
Safari on iPhone needs to be prefixed with
-webkit-
. You can use postcss autoprefix to process animate.css.Here is an online processing method: https://autoprefixer.github.io/ You can try it.