Skip to content

Instantly share code, notes, and snippets.

@chriswrightdesign
Created October 28, 2013 13:13
Show Gist options
  • Save chriswrightdesign/7196567 to your computer and use it in GitHub Desktop.
Save chriswrightdesign/7196567 to your computer and use it in GitHub Desktop.
Fix the webkit animation bug
.no-flick{-webkit-transform:translate3d(0,0,0);} // put this class (or extend placeholder) to anywhere you don't want to flicker during a transform
.animation {
-webkit-backface-visibility: hidden; //will solve flickering on animated layers
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment