onTransitionEnd property - Window class - dart:html library (original) (raw)

description

Stream<TransitionEvent> getonTransitionEnd

Stream of transitionend events handled by this Window.

Implementation

Stream<TransitionEvent> get onTransitionEnd =>
    Element.transitionEndEvent.forTarget(this);