📜  SVG repeatDur 属性

📅  最后修改于: 2021-11-03 06:35:19             🧑  作者: Mango

重复Dur 属性指定重复动画的总持续时间。

使用此属性的元素是:

  • 元素
  • 元素
  • 元素
  • 元素
  • 元素

句法:

repeatDur = clock-value || indefinite

属性值: repeatDur属性接受上面提到的和下面描述的值:

  • 时钟值:表示重复动画的时间长度。
  • 不确定:它指定动画将无限重复。

以下示例说明了repeatDur属性的使用。

示例 1:

HTML



    
           

            GeeksforGeeks         

        

            It will stop              after 4 sec.         

                                                                    
    


HTML


  

    
        

          GeeksforGeeks         

        

          It will continue to animate         

                                                                       
    


输出:

示例 2:

HTML



  

    
        

          GeeksforGeeks         

        

          It will continue to animate         

                                                                       
    

输出: