ladybird/Libraries/LibWeb/CSS/CSSAnimation.idl

8 lines
202 B
Text
Raw Permalink Normal View History

#import <Animations/Animation.idl>
// https://drafts.csswg.org/css-animations-2/#cssanimation
[Exposed=Window]
interface CSSAnimation : Animation {
readonly attribute CSSOMString animationName;
};