Skip to content

Instantly share code, notes, and snippets.

@mrmcpowned
Last active April 15, 2023 01:43
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

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