Guest User

Untitled

a guest
Jan 20th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. .a{
  2. -webkit-animation-duration:2.7s;
  3. -webkit-animation-name:a;
  4. -webkit-animation-timing-function:ease-in;
  5. -webkit-animation-fill-mode:forwards;
  6.  
  7. }
  8.  
  9. .a{-webkit-animation:a 2.7s ease-in forwards;}
  10.  
  11. @-webkit-keyframes a{
  12. 0% {}
  13. 90% {top:370px;
  14. -webkit-transform: rotate(0deg);}
  15. 95% {top:360px;left:255px;}
  16. 100%{top:370px;left:245px;}
Add Comment
Please, Sign In to add comment