Skip to content

Instantly share code, notes, and snippets.

@mrmcpowned
Last active February 12, 2024 23:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 8 You must be signed in to fork a gist
  • Save mrmcpowned/a787fc4f5307b7c008fb to your computer and use it in GitHub Desktop.
Save mrmcpowned/a787fc4f5307b7c008fb 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 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