Created
May 27, 2014 14:07
-
-
Save MaffooBristol/6291de10ef35ac8700eb to your computer and use it in GitHub Desktop.
Cray Cray! The most wacky, crazy, super-mad CSS class... possibly ever?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body.craycray { | |
animation: spinright 100s infinite linear; | |
} | |
body.craycray > * { | |
animation: spinleft 100s infinite linear; | |
} | |
body.craycray > * > * { | |
animation: spinright 100s infinite linear; | |
} | |
body.craycray > * > * > * { | |
animation: spinleft 100s infinite linear; | |
} | |
body.craycray > * > * > * > * { | |
animation: spinright 100s infinite linear; | |
} | |
body.craycray > * > * > * > * > * { | |
animation: spinleft 100s infinite linear; | |
} | |
body.craycray > * > * > * > * > * > * { | |
animation: spinright 100s infinite linear; | |
} | |
body.craycray > * > * > * > * > * > * > * { | |
animation: spinleft 100s infinite linear; | |
} | |
body.craycray > * > * > * > * > * > * > * > * { | |
animation: spinright 100s infinite linear; | |
} | |
body.craycray > * > * > * > * > * > * > * > * > * { | |
animation: spinleft 100s infinite linear; | |
} | |
body.craycray > * > * > * > * > * > * > * > * > * > * { | |
animation: spinright 100s infinite linear; | |
} | |
body.craycray > * > * > * > * > * > * > * > * > * > * > * { | |
animation: spinleft 100s infinite linear; | |
} | |
body.craycray > * > * > * > * > * > * > * > * > * > * > * > * { | |
animation: spinright 100s infinite linear; | |
} | |
body.craycray > * > * > * > * > * > * > * > * > * > * > * > * > * { | |
animation: spinleft 100s infinite linear; | |
} | |
body.craycray > * > * > * > * > * > * > * > * > * > * > * > * > * > * { | |
animation: spinright 100s infinite linear; | |
} | |
body.craycray > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * { | |
animation: spinleft 100s infinite linear; | |
} | |
body.craycray > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * { | |
animation: spinright 100s infinite linear; | |
} | |
body.craycray > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * { | |
animation: spinleft 100s infinite linear; | |
} | |
body.craycray > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * { | |
animation: spinright 100s infinite linear; | |
} | |
body.craycray > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * { | |
animation: spinleft 100s infinite linear; | |
} | |
body.craycray > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * { | |
animation: spinright 100s infinite linear; | |
} | |
body.craycray > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * { | |
animation: spinleft 100s infinite linear; | |
} | |
body.craycray > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * { | |
animation: spinright 100s infinite linear; | |
} | |
body.craycray > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * { | |
animation: spinleft 100s infinite linear; | |
} | |
body.craycray > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * { | |
animation: spinright 100s infinite linear; | |
} | |
body.craycray > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * { | |
animation: spinleft 100s infinite linear; | |
} | |
body.craycray > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * { | |
animation: spinright 100s infinite linear; | |
} | |
body.craycray > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * { | |
animation: spinleft 100s infinite linear; | |
} | |
body.craycray > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * { | |
animation: spinright 100s infinite linear; | |
} | |
@-moz-keyframes spinright { | |
from { | |
transform: rotate(0deg); | |
} | |
to { | |
transform: rotate(360deg); | |
} | |
} | |
@-webkit-keyframes spinright { | |
from { | |
transform: rotate(0deg); | |
} | |
to { | |
transform: rotate(360deg); | |
} | |
} | |
@-o-keyframes spinright { | |
from { | |
transform: rotate(0deg); | |
} | |
to { | |
transform: rotate(360deg); | |
} | |
} | |
@keyframes spinright { | |
from { | |
transform: rotate(0deg); | |
} | |
to { | |
transform: rotate(360deg); | |
} | |
} | |
@-moz-keyframes spinleft { | |
from { | |
transform: rotate(360deg); | |
} | |
to { | |
transform: rotate(0deg); | |
} | |
} | |
@-webkit-keyframes spinleft { | |
from { | |
transform: rotate(360deg); | |
} | |
to { | |
transform: rotate(0deg); | |
} | |
} | |
@-o-keyframes spinleft { | |
from { | |
transform: rotate(360deg); | |
} | |
to { | |
transform: rotate(0deg); | |
} | |
} | |
@keyframes spinleft { | |
from { | |
transform: rotate(360deg); | |
} | |
to { | |
transform: rotate(0deg); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment