blob: 9d06f3cf260ae5c23eebfd38c68d8c1f865fec5c [file] [log] [blame]
Victor Porof6e096922022-06-10 13:01:05 +00001// GENERATED CONTENT - DO NOT EDIT
2// Content was automatically extracted by Reffy into webref
3// (https://github.com/w3c/webref)
4// Source: CSS Transitions Level 2 (https://drafts.csswg.org/css-transitions-2/)
5
6[Exposed=Window]
7interface CSSTransition : Animation {
8 readonly attribute CSSOMString transitionProperty;
9};