Guest User

Untitled

a guest
Feb 25th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. @keyframes colorhue{
  2. from {-webkit-filter: hue-rotate(0deg); filter: hue-rotate(0deg);}
  3. to {-webkit-filter: hue-rotate(359deg); filter: hue-rotate(359deg);}
  4. }
  5.  
  6. .edit {
  7. animation: colorhue 3s linear infinite;
  8. }
Add Comment
Please, Sign In to add comment