Skip to content

Instantly share code, notes, and snippets.

@chourobin
Created May 10, 2014 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chourobin/e416b26d8ae306dc7ef2 to your computer and use it in GitHub Desktop.
Save chourobin/e416b26d8ae306dc7ef2 to your computer and use it in GitHub Desktop.
CSS Change text color animation
.site_title {
color: #f35626;
background-image: -webkit-linear-gradient(92deg,#f35626,#feab3a);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-animation: hue 60s infinite linear;
}
@shawasi
Copy link

shawasi commented Sep 21, 2017

hhgfh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment