mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 14:37:06 +01:00
Remove initial animation on page header
This commit is contained in:
parent
8ffb81093d
commit
7403a46f91
@ -109,7 +109,7 @@ export const PageHeader = ({
|
|||||||
$isHidden={isHidden}
|
$isHidden={isHidden}
|
||||||
$padRight={padRight}
|
$padRight={padRight}
|
||||||
>
|
>
|
||||||
<AnimatePresence>
|
<AnimatePresence initial={false}>
|
||||||
{!isHidden && (
|
{!isHidden && (
|
||||||
<TitleWrapper
|
<TitleWrapper
|
||||||
animate="animate"
|
animate="animate"
|
||||||
|
Loading…
Reference in New Issue
Block a user