Skip to content

Instantly share code, notes, and snippets.

@roc
Created November 4, 2015 18:01
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 roc/b3fdff168f36cc3a4ab2 to your computer and use it in GitHub Desktop.
Save roc/b3fdff168f36cc3a4ab2 to your computer and use it in GitHub Desktop.
background: linear-gradient(176deg, #3c7b6b, #00ffbe);
background-size: 400% 400%;
-webkit-animation: tealy 48s ease infinite;
-moz-animation: tealy 48s ease infinite;
-o-animation: tealy 48s ease infinite;
animation: tealy 48s ease infinite;
@-webkit-keyframes tealy {
0%{background-position:29% 0%}
50%{background-position:72% 100%}
100%{background-position:29% 0%}
}
@-moz-keyframes tealy {
0%{background-position:29% 0%}
50%{background-position:72% 100%}
100%{background-position:29% 0%}
}
@-o-keyframes tealy {
0%{background-position:29% 0%}
50%{background-position:72% 100%}
100%{background-position:29% 0%}
}
@keyframes tealy {
0%{background-position:29% 0%}
50%{background-position:72% 100%}
100%{background-position:29% 0%}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment