Skip to content

Instantly share code, notes, and snippets.

@Hacking-NASSA-with-HTML
Created January 4, 2023 21:15
Show Gist options
  • Save Hacking-NASSA-with-HTML/3f4f176c655ac39f2e8402824bdd9596 to your computer and use it in GitHub Desktop.
Save Hacking-NASSA-with-HTML/3f4f176c655ac39f2e8402824bdd9596 to your computer and use it in GitHub Desktop.
manipulation CSS transition property with JavaScript syntax.
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