onTransitionEnd property
Stream of transitionend
events handled by this Window.
Implementation
Stream<TransitionEvent> get onTransitionEnd =>
Element.transitionEndEvent.forTarget(this);
Stream of transitionend
events handled by this Window.
Stream<TransitionEvent> get onTransitionEnd =>
Element.transitionEndEvent.forTarget(this);