Search


Search something to see results

Animation

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

Type declaration