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- Optionaleffect: AnimationEffect
- Optionaltimeline: AnimationTimeline
 - Returns Animation
 
- prototype: Animation