• Overview
@angular/core

AnimationCallbackEvent

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}  
Jump to details