tor-browser

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

in-visibility-hidden-animation-ref.html (250B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <title>In visibility hidden color animation</title>
      4 <style>
      5 
      6 p {
      7  color: blue;
      8  visibility: visible;
      9 }
     10 
     11 div {
     12  visibility: hidden;
     13 }
     14 
     15 </style>
     16 <div><p>color animation on visible element in invisible parent element</p></div>