tor-browser

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

transform-animation-in-delay-ref.html (183B)


      1 <!DOCTYPE html>
      2 <html>
      3 <style>
      4 div {
      5  background: green;
      6  width: 100px;
      7  height: 100px;
      8  animation: anim 100s 100s;
      9  transform: translateX(100px);
     10 }
     11 </style>
     12 <div></div>
     13 </html>