fix header bar transition, switch from keyframes

This commit is contained in:
elise
2024-07-10 15:44:01 +02:00
parent c9b32aa0fa
commit 6288ffa050

View File

@ -60,7 +60,8 @@
&[data-small=true] {
.headerBar {
animation: slideDown .6s ease forwards;
transform: translateY(0);
transition: transform .6s ease;
}
}
}
@ -83,7 +84,7 @@
justify-content: space-between;
align-items: flex-start;
transform: translateY(-100%);
animation: slideUp .4s ease forwards;
transition: transform .4s ease;
}
.logo {