tor-browser

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

animation-name-ua-prefix.html (565B)


      1 <!doctype html>
      2 <title>View transitions UA animations are accessible to author sheets</title>
      3 <link rel="help" href="https://github.com/w3c/csswg-drafts/issues/7560">
      4 <link rel="help" href="https://github.com/w3c/csswg-drafts/issues/7560#issuecomment-1233161987">
      5 <link rel="help" href="https://drafts.csswg.org/css-view-transitions-1/#ua-styles">
      6 <link rel="match" href="/css/reference/blank.html">
      7 <style>
      8  div {
      9    width: 100px;
     10    height: 100px;
     11    background-color: red;
     12    animation: -ua-view-transition-fade-out .001s forwards;
     13  }
     14 </style>
     15 <div></div>