Skip to content

Instantly share code, notes, and snippets.

@jsturgis
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsturgis/0294f94476a5ef097f51 to your computer and use it in GitHub Desktop.
Save jsturgis/0294f94476a5ef097f51 to your computer and use it in GitHub Desktop.
force browser redraw to allow css3 transitions on dynamically created elements
// just call this method after inserting the element
window.getComputedStyle(elem)[propName];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment