Guest User

Untitled

a guest
Feb 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. .circle{
  2. width: 75px;
  3. height: 75px;
  4. border-radius: 100%;
  5. background: greenyellow;
  6. }
  7. @keyframes animate_01 {
  8. 0% {transform: translateX(0px);}
  9. 25%{transform: translateX(200px);}
  10. 50%{transform: translateX(200px) translateY(200px);}
  11. 75%{transform: translateX(0px) translateY(200px);}
  12. 100%{transform: translateX(0px) translateY(0px);}
  13. }
Add Comment
Please, Sign In to add comment