Skip to content

Instantly share code, notes, and snippets.

@MaffooBristol
Created May 27, 2014 14:07
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save MaffooBristol/6291de10ef35ac8700eb to your computer and use it in GitHub Desktop.
Cray Cray! The most wacky, crazy, super-mad CSS class... possibly ever?
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