fix header bar transition, switch from keyframes
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user