• Overview
@angular/animations

AnimationFactory

Class

A factory object returned from the AnimationBuilder.build() method.

  
    abstract class AnimationFactory {}
  
  

Creates an AnimationPlayer instance for the reusable animation defined by the AnimationBuilder.build() method that created this factory and attaches the new player a DOM element.

@paramelementany

The DOM element to which to attach the player.

@paramoptionsAnimationOptions | undefined

A set of options that can include a time delay and additional developer-defined parameters.

Jump to details