mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
7 lines
224 B
Text
7 lines
224 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;
|
|
};
|