mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
Remove initial animation on page header
This commit is contained in:
parent
8ffb81093d
commit
7403a46f91
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ export const PageHeader = ({
|
|||
$isHidden={isHidden}
|
||||
$padRight={padRight}
|
||||
>
|
||||
<AnimatePresence>
|
||||
<AnimatePresence initial={false}>
|
||||
{!isHidden && (
|
||||
<TitleWrapper
|
||||
animate="animate"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue