Created
September 26, 2011 07:53
-
-
Save Victa/1241810 to your computer and use it in GitHub Desktop.
screen flicker when using CSS3 transforms
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
| li { | |
| -webkit-transform:rotate(45deg); | |
| -webkit-transform-style: preserve-3d; /* this line fixed the problem */ | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment