Skip to content

Instantly share code, notes, and snippets.

View imRohan's full-sized avatar
🎧
Focusing

Rohan Likhite imRohan

🎧
Focusing
View GitHub Profile
@imRohan
imRohan / discoFilter
Created April 1, 2015 14:40
April Fools "Disco" Filter
body{
-webkit-animation: adjustHue 1s alternate infinite;
}
@-webkit-keyframes adjustHue {
0% {
-webkit-filter: hue-rotate(30deg);
}
50% {
-webkit-filter: hue-rotate(60deg);