Created
January 4, 2023 21:15
-
-
Save Hacking-NASSA-with-HTML/3f4f176c655ac39f2e8402824bdd9596 to your computer and use it in GitHub Desktop.
manipulation CSS transition property with JavaScript syntax.
This file contains 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
resultsDiv.style.transition = '4s' | |
resultsDiv.style.transition = 'none' | |
resultsDiv.style.opacity = '1' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment