Guest User

Untitled

a guest
Jun 28th, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. -webkit-animation: fly 3s linear normal;
  2.  
  3. -webkit-animation-duration: 3s;
  4.  
  5. -moz-animation: fly 3s linear normal;
  6.  
  7. -moz-animation-duration: 3s;
  8.  
  9. animation: fly 3s linear normal;
  10.  
  11. animation-duration: 3s;
Advertisement
Add Comment
Please, Sign In to add comment