Skip to content

Instantly share code, notes, and snippets.

@mrmcpowned
Last active July 22, 2023 12:45
  • Star 1 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
@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 1s linear infinite;
}
@ZONERIVAL22
Copy link

his is so bad never use

@Hunt3RSH
Copy link

I created a fork from your CSS file, but for some reason my CSS doesn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment