Skip to content

Instantly share code, notes, and snippets.

@goliatone
Created January 5, 2014 17:39
Show Gist options
  • Save goliatone/8271321 to your computer and use it in GitHub Desktop.
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.
//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