Advertisement
contatowellington

Untitled

Jul 24th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. animation: animacao linear 0.8s;
  2. animation-iteration-count: 1;
  3. transform-origin: 50% 50%;
  4. -webkit-animation: animacao linear 0.8s;
  5. -webkit-animation-iteration-count: 1;
  6. -webkit-transform-origin: 50% 50%;
  7. -moz-animation: animacao linear 0.8s;
  8. -moz-animation-iteration-count: 1;
  9. -moz-transform-origin: 50% 50%;
  10. -o-animation: animacao linear 0.8s;
  11. -o-animation-iteration-count: 1;
  12. -o-transform-origin: 50% 50%;
  13. -ms-animation: animacao linear 0.8s;
  14. -ms-animation-iteration-count: 1;
  15. -ms-transform-origin: 50% 50%;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement