fix(14): prettier animation

This commit is contained in:
efim 2023-07-02 07:22:28 +00:00
parent 69dc59a1ed
commit 18d91b742e
2 changed files with 4 additions and 2 deletions

View File

@ -27,7 +27,8 @@
transform: scale(0);
}
100% {
transform: scale(1);
transform: scale(2);
opacity: 0;
}
}

View File

@ -958,7 +958,8 @@ video {
}
100% {
transform: scale(1);
transform: scale(2);
opacity: 0;
}
}