On this page

Variable Animation

Animation: {
    prototype: Animation;
    new (
        effect?: AnimationEffect | null,
        timeline?: AnimationTimeline | null,
    ): Animation;
}

Type Declaration

Was this helpful?
SDK JS
Reference
Animation