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