transitionProperty property

String get transitionProperty

The transitionProperty property of the CSSTransition interface returns the expanded transition property name of the transition. This is the longhand CSS property for which the transition was generated.

Implementation

external String get transitionProperty;