【发布时间】:2015-04-19 07:49:07
【问题描述】:
而且,在我的一个应用程序中,客户端在最新版本的 chrome 中出现了转换错误 - 当他加载页面时,css 转换根本不起作用,然后,当他滚动或做一些不同的事情时一些时间转换重新开始,一段时间后它们不再工作(Video of it)。过渡示例:
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
还有site 本身。 附言我无法在我的电脑或我可以访问的任何电脑上重现错误,但客户端在 5 台电脑中的 2 台上有它。任何帮助将不胜感激。
【问题讨论】:
-
客户端的平台可能不同?以 Mac 为例?
-
@Morpheus Nop,都是窗户。
标签: css google-chrome css-transitions