global.css
.contract-vertically {
animation: contract-vertically 0.6s ease-out both;
}
@keyframes contract-vertically {
0% {
transform: scaleY(1);
}
100% {
transform: scaleY(0);
}
} Based on @Ibelick
Designed with ♥ by @AdrianGerman