• Overview
@angular/core

AnimationFunction

Type Alias
stablesince v20.2

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

API

  type AnimationFunction = (event: AnimationCallbackEvent) => void  
Jump to details