tor-browser

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

root-style-change-during-animation-ref.html (384B)


      1 <!DOCTYPE html>
      2 <html>
      3 <title>View transitions: root element style changes during transition</title>
      4 <link rel="help" href="https://drafts.csswg.org/css-view-transitions-1/">
      5 <link rel="author" href="mailto:vmpstr@chromium.org">
      6 <style>
      7 #target {
      8  width: 100px;
      9  height: 100px;
     10  contain: paint;
     11  background: green;
     12 }
     13 
     14 body {
     15  background: grey;
     16 }
     17 </style>
     18 
     19 <div id=target></div>