Guest User

Untitled

a guest
Apr 20th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. .element{
  2. max-width: 0;
  3. width: 0;
  4. transition: your transition style
  5. }
  6. .element.active{
  7. max-width: 9999px;
  8. width: auto;
  9. }
Add Comment
Please, Sign In to add comment