tor-browser

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

clip-path-animation-non-keyframe-timing-function-ref.html (215B)


      1 <!DOCTYPE html>
      2 <style>
      3  .container {
      4    width: 100px;
      5    height: 100px;
      6    background-color: green;
      7    clip-path: circle(50% at 50% 50%);
      8  }
      9 
     10 </style>
     11 
     12 <body>
     13  <div class="container"></div>
     14 </body>
     15 
     16 </html>