Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个 3d 立方体滑块。 它几乎准备就绪: http: //grtest.hu/cube/ 在 Chrome 中,旋转动画很好,但在 Firefox 中,旋转时幻灯片之间有一个空间:
有没有办法修复 Firefox 中的动画?
Mozilla Firefox 和 Google Chrome 都使用不同的工具包来呈现 CSS3。使用 -moz- 并尝试一下。Chrome 和 Safari 使用 -webkit- 而 Opera 使用 -o-我不知道我是否有意义!让我知道你是否还有别的意思:)