Skip to content

Instantly share code, notes, and snippets.

@jjnilton
Created June 20, 2020 17:04
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 jjnilton/2febea50958ba236703df999a8ffbd5f to your computer and use it in GitHub Desktop.
Save jjnilton/2febea50958ba236703df999a8ffbd5f to your computer and use it in GitHub Desktop.
@keyframes colorhue{
from {-webkit-filter: hue-rotate(0deg); filter: hue-rotate(0deg) brightness(3) contrast(0.75) saturate(5);}
to {-webkit-filter: hue-rotate(359deg); filter: hue-rotate(359deg) brightness(3) contrast(0.75) saturate(5);}
}
.edit {
animation: colorhue 2s linear infinite;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment