• Overview
@angular/animations

useAnimation

function

Starts a reusable animation that is created using the animation() function.

Starts a reusable animation that is created using the animation() function.

@paramanimationAnimationReferenceMetadata

The reusable animation to start.

@paramoptionsAnimationOptions | null

An options object that can contain a delay value for the start of the animation, and additional override values for developer-defined parameters.

Jump to details