Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/google-chrome/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
CSS3(如-webkit animation-*)在IE中运行良好,但在chrome中则不行_Css_Google Chrome_Internet Explorer_Animation_Webkit - Fatal编程技术网

CSS3(如-webkit animation-*)在IE中运行良好,但在chrome中则不行

CSS3(如-webkit animation-*)在IE中运行良好,但在chrome中则不行,css,google-chrome,internet-explorer,animation,webkit,Css,Google Chrome,Internet Explorer,Animation,Webkit,CSS3(如-webkit动画-*)在IE中运行良好,但在Chrome中则不行 怎么可能呢?是否存在阻止动画渲染的网络级安全实现 这是在Prod中发生的,而不是在Local中。我不知道chrome中有任何停止动画的安全问题。事实上,IE忽略了所有以-webkit-开头的指令,但会计算以-ms-开头的规则(直到版本9,如果我没有出错)。较新版本不需要任何前缀。Chrome通常不需要-webkit-*前缀,它通常是Safari所需要的 尝试检查您的代码是否存在其他错误,并尝试提供一些代码,以便更好地

CSS3(如
-webkit动画-*
)在IE中运行良好,但在Chrome中则不行

怎么可能呢?是否存在阻止动画渲染的网络级安全实现


这是在Prod中发生的,而不是在Local中。

我不知道chrome中有任何停止动画的安全问题。事实上,IE忽略了所有以-webkit-开头的指令,但会计算以-ms-开头的规则(直到版本9,如果我没有出错)。较新版本不需要任何前缀。Chrome通常不需要-webkit-*前缀,它通常是Safari所需要的


尝试检查您的代码是否存在其他错误,并尝试提供一些代码,以便更好地理解哪些代码实际上不起作用

请提供受影响的CSS3的工作样本。