Created
September 4, 2019 19:07
-
-
Save charisTheo/b3a68578c58d089e76d7ae96312c1f7e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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