tor-browser

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

worklet-animation-start-delay-ref.html (273B)


      1 <!DOCTYPE html>
      2 <title>Reference for WorkletAnimation should respect delay given in options</title>
      3 <style>
      4 .box {
      5  width: 100px;
      6  height: 100px;
      7  background-color: green;
      8 }
      9 </style>
     10 
     11 <div class="box"></div>
     12 <div style="transform: translateX(100px);" class="box"></div>