Skip to content

Instantly share code, notes, and snippets.

@IrakliJani
Created May 12, 2014 07:46
Show Gist options
  • Save IrakliJani/e82c4a5e4a313dc3d152 to your computer and use it in GitHub Desktop.
Save IrakliJani/e82c4a5e4a313dc3d152 to your computer and use it in GitHub Desktop.
Hue rotate
span {
color: #6EACFF;
animation: hue-rotate 60s linear infinite;
}
@keyframes hue-rotate {
from {
.hue-rotate();
}
to {
.hue-rotate(360deg);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment