Skip to content

Instantly share code, notes, and snippets.

@voodootikigod
Created February 7, 2011 19:15
Show Gist options
  • Save voodootikigod/814998 to your computer and use it in GitHub Desktop.
Save voodootikigod/814998 to your computer and use it in GitHub Desktop.
.antiantialias {
-webkit-transition: all 100000.0s linear;
-moz-transition: all 100000.0s linear;
-o-transition: all 100000.0s linear;
-transition: all 100000.0s linear;
-webkit-transform: translate(0px, 1px);
-moz-transform: translate(0px, 1px);
-o-transform: translate(0px, 1px);
transform: translate(0px, 1px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment