Animating an SVG on hover

后端 未结 4 898
庸人自扰
庸人自扰 2021-02-04 08:12

I\'m trying to animate an SVG file on hover. by default it animates great with svg functions like:

  

        
4条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-04 08:33

    As per @AlexEfremo's answer, if you're also using keyTimes, Firefox is a little forgiving if you set this incorrectly, whereas Chrome and Edge aren't.

    Ensure your keyTimes doesn't contain a semi-colon at the end, like so:

    Valid

    
    

    Invalid

     
    

提交回复
热议问题