【问题标题】:html svg animation doesnt work on firefox (working on chrome)html svg 动画在 Firefox 上不起作用(在 chrome 上工作)
【发布时间】:2017-01-08 14:46:36
【问题描述】:

我找到了这个 svg 动画示例: http://codepen.io/hbuchel/pen/qLxAB?editors=110
它适用于 chrome,但不适用于 Firefox..
我只能看到没有动画的图像..我不明白为什么..

如何让它在 Firefox 上运行?

更新:之前我应该​​是css 动画的问题,但我测试它并且工作正常,所以是另一个问题..

【问题讨论】:

    标签: html svg css-animations svg-animate


    【解决方案1】:

    你试过-webkit-animation和其他人吗?

    .clip {
      -webkit-animation: slide 8s infinite; 
      -moz-animation: slide 8s infinite;
      -o-animation: slide 8s infinite;
      animation: slide 8s infinite;
    }
    

    【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2012-11-23
    • 2021-11-02
    • 2022-06-12
    • 1970-01-01
    • 2018-07-10
    • 2019-09-03
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多