AnimationFactory
A factory object returned from the
AnimationBuilder.build()
method.
abstract class AnimationFactory {
abstract create(element: any, options?: AnimationOptions): AnimationPlayer
}
Methods
create() | ||||||
---|---|---|---|---|---|---|
Creates an |
||||||
Parameters
Returns |