tor-browser

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

partially-out-of-view-animation-ref.html (229B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <title>Animation on element which is partially out of the view</title>
      4 <style>
      5 
      6 div {
      7  position: absolute;
      8  width: 200px;
      9  height: 200px;
     10  background-color: blue;
     11  top: -100px;
     12 }
     13 
     14 </style>
     15 <div></div>