fix header bar transition, switch from keyframes
This commit is contained in:
@ -60,7 +60,8 @@
|
|||||||
|
|
||||||
&[data-small=true] {
|
&[data-small=true] {
|
||||||
.headerBar {
|
.headerBar {
|
||||||
animation: slideDown .6s ease forwards;
|
transform: translateY(0);
|
||||||
|
transition: transform .6s ease;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -83,7 +84,7 @@
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
transform: translateY(-100%);
|
transform: translateY(-100%);
|
||||||
animation: slideUp .4s ease forwards;
|
transition: transform .4s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
|
Reference in New Issue
Block a user