Skip to content

Instantly share code, notes, and snippets.

@jjnilton
Last active June 21, 2020 02:31
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/87d11af2831d2ee88786d9e4463327c0 to your computer and use it in GitHub Desktop.
Save jjnilton/87d11af2831d2ee88786d9e4463327c0 to your computer and use it in GitHub Desktop.
@keyframes colorhue{
from {-webkit-filter: hue-rotate(0deg); filter: hue-rotate(0deg);}
to {-webkit-filter: hue-rotate(359deg); filter: hue-rotate(359deg);}
}
.edit {
animation: colorhue 5s linear infinite;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment