mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Remove initial animation on page header
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user