Variable Animation
Animation: {
prototype: Animation;
new (
effect?: AnimationEffect | null,
timeline?: AnimationTimeline | null,
): Animation;
}
prototype: Animation;
new (
effect?: AnimationEffect | null,
timeline?: AnimationTimeline | null,
): Animation;
}
Type Declaration
- new (
effect?: AnimationEffect | null,
timeline?: AnimationTimeline | null,
): Animation Parameters
Optionaleffect: AnimationEffect | nullOptionaltimeline: AnimationTimeline | null
Returns Animation
- new (
prototype: Animation