Hue Rotation
A pastel, simple animation and some neat filters go a long way!
@keyframes hueRotation {
0% {-webkit-filter:hue-rotate(0deg);}
100% {-webkit-filter:hue-rotate(360deg);}
}
A pastel, simple animation and some neat filters go a long way!
@keyframes hueRotation {
0% {-webkit-filter:hue-rotate(0deg);}
100% {-webkit-filter:hue-rotate(360deg);}
}