◐ Shell
clean mode source ↗

AnimationCallbackEvent • Angular

@angular/core

Type Alias

stablesince v20.2

The event type for when animate.enter and animate.leave are used with function callbacks.

API

    
      type AnimationCallbackEvent = {target: Element; animationComplete: Function}