onAnimationEnd property
Callback for when a CSS Animation has completed.
Related: onAnimationIteration, onAnimationStart, onTransitionEnd
Implementation
@override
AnimationEventCallback? get onAnimationEnd => (props[_$key__onAnimationEnd___$UbiquitousDomPropsMixin] ?? null) as AnimationEventCallback?;
Callback for when a CSS Animation has completed.
Related: onAnimationIteration, onAnimationStart, onTransitionEnd
Implementation
@override
set onAnimationEnd(AnimationEventCallback? value) => props[_$key__onAnimationEnd___$UbiquitousDomPropsMixin] = value;