tor-browser

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

set-current-time-ref.html (327B)


      1 <!DOCTYPE html>
      2 <title>View transitions: set current time (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 .target {
      7  width: 100px;
      8  height: 100px;
      9  background: blue;
     10  opacity: 0.5;
     11 }
     12 </style>
     13 
     14 <div class=target></div>