Created
January 5, 2014 17:39
-
-
Save goliatone/8271321 to your computer and use it in GitHub Desktop.
Force DOM redraw, webkit. Most of the time you want to prevent triggering a redraw, but some times browsers optimizations get in the way of a smooth animation.
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
//scale will trigger a redraw... | |
element.style.webkitTransform = 'scale(1)'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment