How to loop SVG animation sequence?

后端 未结 3 958
隐瞒了意图╮
隐瞒了意图╮ 2020-12-14 01:13

I have sequence of animationTransform:



        
3条回答
  •  时光取名叫无心
    2020-12-14 01:50

    You can also just loop within a single animateTransform by providing a values attribute with a semi-colon separated list:

    
    

    Here's an example (checked in Firefox 4.0 and Chrome).

提交回复
热议问题