tor-browser

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

not-translated-box-ref.html (227B)


      1 <!DOCTYPE html>
      2 <title>Reference for Animation Worklet local time set after duration</title>
      3 <style>
      4 #box {
      5  width: 100px;
      6  height: 100px;
      7  background-color: green;
      8  will-change: transform;
      9 }
     10 </style>
     11 
     12 <div id="box"></div>