mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
Fix animation transition on fullscreen player open
This commit is contained in:
parent
8835fc640a
commit
2bdc664619
2 changed files with 5 additions and 4 deletions
|
|
@ -7,10 +7,7 @@ export const FullScreenOverlay = () => {
|
|||
|
||||
return (
|
||||
<>
|
||||
<AnimatePresence
|
||||
initial={false}
|
||||
mode="wait"
|
||||
>
|
||||
<AnimatePresence initial={false}>
|
||||
{isFullScreenPlayerExpanded && <FullScreenPlayer />}
|
||||
</AnimatePresence>
|
||||
</>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue