css3 - ios 上rotate3d() 为什么不生效
巴扎黑
巴扎黑 2017-04-17 11:24:44
0
1
621
@-webkit-keyframes test_study{
            100%{transform:translate3d(50%,-65%,0) scale(1.4) rotate3d(0,1,0,360deg) ;-webkit-transform:translate3d(50%,-65%,0) scale(1.4) rotate3d(0,1,0,360deg)}
        }

页面运行在 webview 里,在android设备上运行正常,但是在 ios 上,就不旋转,translate3d scale 都运行,只是 rotate3d 不运行。

巴扎黑
巴扎黑

reply all(1)
巴扎黑

http://caniuse.com/#feat=transforms3d
If safari is lower than 8.4, it is not supported
If safari is 8.4, use the -webkit prefix
If safari is 9, do not use -webkit Prefix

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template