Stream of transitionend
events handled by this Window.
Source
@DomName('Window.ontransitionend') @DocsEditable() Stream<TransitionEvent> get onTransitionEnd => Element.transitionEndEvent.forTarget(this);
Stream of transitionend
events handled by this Window.
@DomName('Window.ontransitionend') @DocsEditable() Stream<TransitionEvent> get onTransitionEnd => Element.transitionEndEvent.forTarget(this);