📜  HTML | DOM TransitionEvent propertyName 属性

📅  最后修改于: 2021-10-31 05:31:15             🧑  作者: Mango

TransitionEvent propertyName的属性是一个只读属性,并用于返回时transitionevent发生与过渡有关的CSS属性的名称。

返回值:它返回一个表示转换名称的字符串。

句法 :

event.propertyName

下面的程序说明了 TransitionEvent propertyName 属性:

示例:获取与转换关联的属性名称。



  

    TransitionEvent propertyName Property
  
    
    

  
    

  
    

GeeksforGeeks

    

TransitionEvent propertyName Property

       

Hover over the element to see the name of        the CSS property the transition effect is for.

       
             

输出:

点击按钮前:

点击按钮后:

支持的浏览器:

  • 歌剧
  • IE浏览器
  • 谷歌浏览器
  • 火狐
  • 苹果Safari