Skip to content

Instantly share code, notes, and snippets.

@charisTheo
Created September 10, 2019 19:27
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/5e41eeb152446bea4aeb0404ec89a350 to your computer and use it in GitHub Desktop.
Save charisTheo/5e41eeb152446bea4aeb0404ec89a350 to your computer and use it in GitHub Desktop.
$("#element").removeClass("animate");
$("#element").width(); // trigger a DOM reflow
$("#element").addClass("animate");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment