Advertisement
Guest User

Untitled

a guest
May 29th, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. body * {
  2. -moz-transition: width .5s ease-in-out,left 1s ease-in-out;
  3. -webkit-transition: width .5s ease-in-out,left 1s ease-in-out;
  4. -moz-transition: width .5s ease-in-out,left 1s ease-in-out;
  5. -o-transition: width .5s ease-in-out,left 1s ease-in-out;
  6. transition: width .5s ease-in-out,left 1s ease-in-out;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement