移动端浏览器 - 为什么css3在移动版的ie10上没有效果,ms和无前缀都无效
伊谢尔伦
伊谢尔伦 2017-04-17 11:09:01
0
3
616

今天做了移动页面,用了transition来显示实现过度和transform:translateX(-600px)来改变X轴。但是发现在诺基亚的winphone上是无效的。我们在苹果、安卓上用了-webkit-的前缀,也试过无前缀和-ms-前缀的但是都不行。求解。

伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

reply all(3)
Ty80

Transform can definitely be used, and there is no need to add the ms prefix. You can check if the problem is elsewhere.

黄舟

Try it

transform:-webkit-translateX(-600px)

黄舟

Generally speaking, using transform is effective, but this can also be divided into 3D and 2D, so I suggest you check the code to see if there are any errors,,,

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