◐ Shell
clean mode source ↗

AnimationFunction • Angular

@angular/core

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