Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. background: linear-gradient(309deg, #b954fd, #339aff, #28f7f7);
  2. background-size: 600% 600%;
  3.  
  4. -webkit-animation: musicbox 15s ease infinite;
  5. -moz-animation: musicbox 15s ease infinite;
  6. -o-animation: musicbox 15s ease infinite;
  7. animation: musicbox 15s ease infinite;
  8.  
  9. @-webkit-keyframes musicbox {
  10. 0%{background-position:0% 32%}
  11. 50%{background-position:100% 69%}
  12. 100%{background-position:0% 32%}
  13. }
  14. @-moz-keyframes musicbox {
  15. 0%{background-position:0% 32%}
  16. 50%{background-position:100% 69%}
  17. 100%{background-position:0% 32%}
  18. }
  19. @-o-keyframes musicbox {
  20. 0%{background-position:0% 32%}
  21. 50%{background-position:100% 69%}
  22. 100%{background-position:0% 32%}
  23. }
  24. @keyframes musicbox {
  25. 0%{background-position:0% 32%}
  26. 50%{background-position:100% 69%}
  27. 100%{background-position:0% 32%}
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement