AnimationFactory
从 AnimationBuilder.build() 方法返回的工厂对象。。
A factory object returned from the AnimationBuilder.build() method.
abstract class AnimationFactory {
abstract create(element: any, options?: AnimationOptions): AnimationPlayer
}
方法
创建一个 Creates an | ||||||
参数
返回值 |