Skip to content

Instantly share code, notes, and snippets.

@jjnilton
Last active June 20, 2020 16:49
Show Gist options
  • Save jjnilton/4207b4263216f8ce9e3169812672277c to your computer and use it in GitHub Desktop.
Save jjnilton/4207b4263216f8ce9e3169812672277c to your computer and use it in GitHub Desktop.
@keyframes colorhue{
from {-webkit-filter: hue-rotate(0deg); filter: hue-rotate(0deg) brightness(2.5) contrast(0.75); }
to {-webkit-filter: hue-rotate(359deg); filter: hue-rotate(359deg) brightness(2.5) contrast(0.75); }
}
.edit {
animation: colorhue 1s linear infinite;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment