styles: change name animation

This commit is contained in:
unknown 2021-09-07 13:10:55 +07:00
parent 9fb11a936e
commit 9de5269984

View File

@ -11,7 +11,7 @@
}
.contentContainer {
@apply block;
animation: ContentAnimation 0.5s ease-out;
animation: ContentAnimationIn 0.5s ease-out;
}
.toggle {
&:before {
@ -54,7 +54,7 @@
.contentContainer {
@apply hidden pb-16;
}
@keyframes ContentAnimation {
@keyframes ContentAnimationIn {
0% {
opacity: 0;
transform: translateY(-1.6rem);