tor-browser

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

transform-and-opacity-on-inline-001-ref.html (375B)


      1 <!DOCTYPE html>
      2 <html>
      3 <title>CSS Test (Animations): Element.animate() animating both transform and opacity on an inline</title>
      4 <link rel="author" title="L. David Baron" href="https://dbaron.org/">
      5 <link rel="author" title="Google" href="http://www.google.com/">
      6 
      7 <style>
      8 #target {
      9  opacity: 0.4;
     10  will-change: opacity;
     11 }
     12 </style>
     13 
     14 <body><span id="target">x</span></body>