ladybird/Libraries/LibWeb/CSS/CSSKeyframeRule.idl

7 lines
252 B
Text
Raw Normal View History

// https://drafts.csswg.org/css-animations-1/#interface-csskeyframerule-idl
[Exposed=Window]
interface CSSKeyframeRule : CSSRule {
attribute CSSOMString keyText;
[SameObject, PutForwards=cssText] readonly attribute CSSStyleProperties style;
};