1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 20:04:59 +00:00
serenity/Userland/Libraries/LibWeb/CSS/CSSKeyframeRule.idl

7 lines
220 B
Text

#import <CSS/CSSRule.idl>
[Exposed=Window, UseNewAKString]
interface CSSKeyframeRule : CSSRule {
attribute CSSOMString keyText;
[SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;
};