Skip to content

Instantly share code, notes, and snippets.

@charisTheo
Created September 10, 2019 19:26
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 charisTheo/92fd38eae15e1ff01e196f08fb45cb7f to your computer and use it in GitHub Desktop.
Save charisTheo/92fd38eae15e1ff01e196f08fb45cb7f to your computer and use it in GitHub Desktop.
var element = document.getElementById("element");
element.classList.remove("animate");
void element.offsetWidth; // trigger a DOM reflow
element.classList.add("animate");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment