Skip to content

Instantly share code, notes, and snippets.

@Takerrim
Created April 9, 2019 12:42
Show Gist options
  • Save Takerrim/5b84ea2ce5301b66e65339b6a864bef5 to your computer and use it in GitHub Desktop.
Save Takerrim/5b84ea2ce5301b66e65339b6a864bef5 to your computer and use it in GitHub Desktop.
.slide-toggle-enter-active,
.slide-toggle-leave-active {
transition: all 0.4s;
max-height: 220px;
}
.slide-toggle-enter,
.slide-toggle-leave-to {
opacity: 0;
max-height: 0px;
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment