WebIDLpedia

AnimationWorkletGlobalScope interface

Definition

CSS Animation Worklet API defines AnimationWorkletGlobalScope



[ Global=(Worklet,AnimationWorklet), Exposed=AnimationWorklet ]
interface AnimationWorkletGlobalScope : WorkletGlobalScope {
    undefined registerAnimator(DOMString name, AnimatorInstanceConstructor animatorCtor);
};