tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

css-transitions-2.idl (402B)


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