Skip to content

Instantly share code, notes, and snippets.

@IvanaSays
Last active August 9, 2017 12:40
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 IvanaSays/f432a50a3d902858c0ba9eb3b46cbc74 to your computer and use it in GitHub Desktop.
Save IvanaSays/f432a50a3d902858c0ba9eb3b46cbc74 to your computer and use it in GitHub Desktop.
8 - Performant Animations
var box = document.getElementById("box")
box.addEventListener("click", function(){
box.classList.toggle("class-name");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment