transitionCount property

int? transitionCount
getter/setter pair

The number of transitionend event that occur when the transition node is shown/hidden.

Serves as the default for transitionInCount/transitionOutCount when they are not specified.

Default: 1

Implementation

int? transitionCount;