• Skip to main content
  • Skip to search
  • Skip to select language
MDN Web Docs
  • 参考手册
    • 概述 / Web 技术

      适用于开发者的 Web 技术参考手册

    • HTML

      Web 内容的结构

    • CSS

      用于描述文档样式的代码

    • JavaScript

      通用脚本语言

  • 开发指南
    • 概述 / MDN 学习区

      学习 Web 开发

    • MDN 学习区

      学习 Web 开发

    • HTML

      学习使用 HTML 构建 Web 内容

    • CSS

      学习使用 CSS 设置内容样式

    • JavaScript

      学习在浏览器中运行脚本

  • 更多中文网
  1. 面向开发者的 Web 技术
  2. 网络 API
  3. TransitionEvent
  4. propertyName

目录

  • Value
  • Specifications
  • Browser compatibility
  • See also
  1. CSS Object Model
  2. TransitionEvent
  3. Constructor
    1. TransitionEvent()
  4. Instance properties
    1. elapsedTime
    2. propertyName
    3. pseudoElement
  5. Inheritance
    1. Event
  6. Related pages for CSSOM
    1. CSS
    2. CSSConditionRule
    3. CSSFontFeatureValuesRule
    4. CSSFontPaletteValuesRule
    5. CSSGroupingRule
    6. CSSImportRule
    7. CSSKeyframeRule
    8. CSSKeyframesRule
    9. CSSLayerBlockRule
    10. CSSLayerStatementRule
    11. CSSMediaRule
    12. CSSNamespaceRule
    13. CSSPageRule
    14. CSSPropertyRule
    15. CSSRule
    16. CSSRuleList
    17. CSSStartingStyleRule
    18. CSSStyleDeclaration
    19. CSSStyleRule
    20. CSSStyleSheet
    21. CSSSupportsRule
    22. CaretPosition Experimental
    23. MediaList
    24. MediaQueryList
    25. Screen
    26. StyleSheet
    27. StyleSheetList

目录

  • Value
  • Specifications
  • Browser compatibility
  • See also

TransitionEvent: propertyName property

The propertyName read-only property of TransitionEvent objects is a string containing the name of the CSS property associated with the transition.

Value

A string.

Specifications

Specification
CSS Transitions
# Events-TransitionEvent-propertyName

Browser compatibility

BCD tables only load in the browser

See also

  • Using CSS transitions
MDN Web 中文网 - 粤ICP备13048890号