1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 02:13:56 +09:00
ladybird/Userland/Libraries/LibWeb/CSS/CSSTransition.idl
2024-03-29 21:58:12 +01:00

7 lines
222 B
Text

#import <Animations/Animation.idl>
// https://drafts.csswg.org/css-transitions-2/#the-CSSTransition-interface
[Exposed=Window]
interface CSSTransition : Animation {
readonly attribute CSSOMString transitionProperty;
};