Skip to content

Instantly share code, notes, and snippets.

@charisTheo
Created September 4, 2019 19:07
Show Gist options
  • Select an option

  • Save charisTheo/b3a68578c58d089e76d7ae96312c1f7e to your computer and use it in GitHub Desktop.

Select an option

Save charisTheo/b3a68578c58d089e76d7ae96312c1f7e to your computer and use it in GitHub Desktop.
removedElement.style.opacity = '0.5';
removedElement.style.padding = '20px 10px';
removedElement.style.width = '200px';
parentElement.appendChild(removedElement); // triggers reflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment