Created
May 12, 2014 07:46
-
-
Save IrakliJani/e82c4a5e4a313dc3d152 to your computer and use it in GitHub Desktop.
Hue rotate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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