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.
我有一个动画,它在li选项面板侧面的元素中滑动。在 Chrome 中这工作正常,但它只是在 Firefox 中没有动画。我已经设置了 W3C CSS 声明以及一些-moz特定的声明,但无济于事
li
-moz
我在这里设置了一个小提琴来演示
您应该为所有浏览器添加前缀,而不仅仅是 webkit。:)
你错过了:
@-moz-keyframes //Firefox @keyframes //MS @-o-keyframes //Opera (not Opera Next)