blob: 223810f761e452fb3cf63e8a17b4625cc36090ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into webref
// (https://github.com/w3c/webref)
// Source: CSS Transitions Level 2 (https://drafts.csswg.org/css-transitions-2/)
[Exposed=Window]
interface CSSStartingStyleRule : CSSGroupingRule {
};
[Exposed=Window]
interface CSSTransition : Animation {
readonly attribute CSSOMString transitionProperty;
};
|