Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <body>
  2. <img id='myimage' class='myimageclass' src=.../>
  3. <div>... lots more stuff
  4. ...
  5. </body>
  6.  
  7. <style>
  8. .box {
  9. height: 0%;
  10. }
  11. .box.fadeIn {
  12. height: 100%;
  13. transition: 2.0s height;
  14. }
  15. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement