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