tor-browser

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

replace-with-new-positive-delay-animation-ref.html (158B)


      1 <!DOCTYPE html>
      2 <html>
      3 <style>
      4 #target {
      5  width: 100px;
      6  height: 100px;
      7  opacity: 1;
      8  background-color: green;
      9 }
     10 </style>
     11 <div id="target"></div>
     12 </html>