Skip to content

Instantly share code, notes, and snippets.

@ludviglindblom
Created April 22, 2015 11:17
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 ludviglindblom/e1f0676eea7b86baf00d to your computer and use it in GitHub Desktop.
Save ludviglindblom/e1f0676eea7b86baf00d to your computer and use it in GitHub Desktop.
jPOVjW
$("body").addClass("ugly-background");
.ugly-background {
animation: bgColor 1s infinite;
}
@keyframes bgColor{0%{background-color:#ef4136}20%{background-color:#ec663b}40%{background-color:#ffcf19}60%{background-color:#019b5b}80%{background-color:#28aab5}100%{background-color:#ef4136}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment