onTransitionEnd property - Window class - dart:html library (original) (raw)
Stream<TransitionEvent> getonTransitionEnd
Stream of transitionend
events handled by this Window.
Implementation
Stream<TransitionEvent> get onTransitionEnd =>
Element.transitionEndEvent.forTarget(this);