Speedup pop-out animation

This commit is contained in:
Cohee 2024-07-05 01:47:07 +03:00
parent be8eb19139
commit b784e50eb7
1 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,10 @@
transform: scaleY(1);
}
33% {
transform: scaleY(1);
}
100% {
opacity: 0;
transform: scaleY(0);