WebIDLpedia

AnimationNodeList interface

Definition

Web Animations Level 2 defines AnimationNodeList



[Exposed=Window]
interface AnimationNodeList {
    readonly attribute unsigned long length;
    getter AnimationEffect? item (unsigned long index);
};

Methods and attributes that return objects implementing AnimationNodeList

Referring IDL interfaces/dictionaries