tor-browser

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

opt-in-removed-during-transition-ref.html (415B)


      1 <!DOCTYPE html>
      2 <title>View Transitions: @view-transition removing opt-in doesn't skip active transition (ref)</title>
      3 <link rel="help" href="https://drafts.csswg.org/css-view-transitions-2/">
      4 <link rel="author" href="mailto:bokan@chromium.org">
      5 <style>
      6  :root {
      7    background-color: pink;
      8  }
      9  #target {
     10    background-color: limegreen;
     11    width: 100px;
     12    height: 100px;
     13  }
     14 </style>
     15 <div id="target"></div>