tor-browser

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

retained-dl-opacity-animation-on-ib-split-ref.html (161B)


      1 <html>
      2 <head>
      3 <style>
      4 #animating {
      5  opacity: 0;
      6 }
      7 </style>
      8 </head>
      9 <body>
     10  <span id="animating">A <span style="display:block"></span> C</span>
     11 </body>
     12 </html>