Skip to content

Instantly share code, notes, and snippets.

@sergejmueller
Created September 9, 2014 08:20
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sergejmueller/d8b6e33b279a7b70f0e6 to your computer and use it in GitHub Desktop.
Save sergejmueller/d8b6e33b279a7b70f0e6 to your computer and use it in GitHub Desktop.
Prevent animation flickering on CSS3 Transitions/Transforms in Safari
<!DOCTYPE html>
<html>
<style>
html {
-webkit-font-smoothing: antialiased;
}
</style>
<!-- HTML Markup -->
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment