tor-browser

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

view-transition-waituntil-animation-manipulation-ref.html (369B)


      1 <!DOCTYPE html>
      2 <title>View transitions: waitUntil allows animation manipulation (reference)</title>
      3 <link rel="help" href="https://www.w3.org/TR/css-view-transitions-1/">
      4 <link rel="author" href="mailto:vmpstr@chromium.org">
      5 <style>
      6 body {
      7  background: lightpink;
      8 }
      9 .target {
     10  width: 100px;
     11  height: 100px;
     12  background: green;
     13 }
     14 </style>
     15 
     16 <div class=target></div>