Skip to content

Instantly share code, notes, and snippets.

@regepan
Last active March 1, 2019 22:17
Show Gist options
  • Save regepan/7f250286509540d6d37525fbfcb2f387 to your computer and use it in GitHub Desktop.
Save regepan/7f250286509540d6d37525fbfcb2f387 to your computer and use it in GitHub Desktop.

disable transition animation on CSS.

a {
  transition: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment