CSS3 animation is not working

前端 未结 3 2057
慢半拍i
慢半拍i 2021-01-11 19:02

I have created an animation for SVG using css3 which is working perfectly in Chrome and Firefox. It is partially working in Safari but not working in Internet Explorer (IE9

3条回答
  •  生来不讨喜
    2021-01-11 19:25

    I would suggest using raphaeljs javascript library. It has great capability in animating svg.

    Raphael currently supports Chrome 5.0+ Firefox 3.0+, Safari 3.0+, Opera 9.5+ and Internet Explorer 6.0+

    http://raphaeljs.com/

    http://raphaeljs.com/playground.html - quick preview.

提交回复
热议问题