css-animations-2.idl (322B)
1 // GENERATED CONTENT - DO NOT EDIT 2 // Content was automatically extracted by Reffy into webref 3 // (https://github.com/w3c/webref) 4 // Source: CSS Animations Module Level 2 (https://drafts.csswg.org/css-animations-2/) 5 6 [Exposed=Window] 7 interface CSSAnimation : Animation { 8 readonly attribute CSSOMString animationName; 9 };