SVG animation delay on each repetition

前端 未结 5 1754
暗喜
暗喜 2020-12-30 12:34

I\'d like to add a delay to each iteration of an SVG animation loop. Here\'s a simple example.

5条回答
  •  醉酒成梦
    2020-12-30 13:06

    You can add the end event of a SMIL animated element to the begin attribute.
    Also, you can add multiple values, separated by ; to this begin attribute :

    
      
        
      
    

提交回复
热议问题