adding slide-in-bottom

This commit is contained in:
Antoine M 2023-12-21 12:30:48 +01:00
parent 8eb8da8276
commit 86df7999e0

View File

@ -23,6 +23,14 @@
transform: translateY(0%);
}
}
@keyframes slide-in-bottom {
0% {
transform: translateY(40%);
}
100% {
transform: translateY(0%);
}
}
@keyframes slide-out {
0% {
transform: translateY(0%);