tor-browser

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

reverse-running-animation-ref.html (385B)


      1 <!DOCTYPE html>
      2 <title>Reference for reverse running animation</title>
      3 <style>
      4  #box {
      5    background: green;
      6    height: 40px;
      7    width: 40px;
      8  }
      9 </style>
     10 <body>
     11  <div id="box"></div>
     12  <p id="notes">
     13    This test animates the box color from green to red and reverses the play
     14    direction shortly after the midpoint. If the box remains red, the test
     15    failed.
     16  </p>
     17 </body>