Variable Animation
Animation: {
prototype: Animation;
new (effect?: AnimationEffect, timeline?: AnimationTimeline): Animation;
}
prototype: Animation;
new (effect?: AnimationEffect, timeline?: AnimationTimeline): Animation;
}
Type declaration
- new (effect?: AnimationEffect, timeline?: AnimationTimeline): Animation
Parameters
Optional
effect: AnimationEffectOptional
timeline: AnimationTimeline
Returns Animation
prototype: Animation