Skip to content

Instantly share code, notes, and snippets.

@GoodNew5
Created July 11, 2022 13:29
Show Gist options
  • Save GoodNew5/aef3d0a7e569b4373842147087f83d24 to your computer and use it in GitHub Desktop.
Save GoodNew5/aef3d0a7e569b4373842147087f83d24 to your computer and use it in GitHub Desktop.
.opacity-enter-active,
.opacity-leave-active {
transition: all .4s;
}
.opacity-enter-to,
.opacity-leave {
opacity: 1;
}
.opacity-enter,
.opacity-leave-to {
opacity: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment