mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
re-add presence animation when collapsing sidebar image
This commit is contained in:
parent
8f585a5be9
commit
6782cd0dcc
1 changed files with 2 additions and 2 deletions
|
|
@ -71,7 +71,7 @@ export const LeftControls = () => {
|
|||
<LayoutGroup>
|
||||
<AnimatePresence
|
||||
initial={false}
|
||||
mode="wait"
|
||||
mode="popLayout"
|
||||
>
|
||||
{!hideImage && (
|
||||
<div className={styles.imageWrapper}>
|
||||
|
|
@ -83,7 +83,7 @@ export const LeftControls = () => {
|
|||
key="playerbar-image"
|
||||
onClick={handleToggleFullScreenPlayer}
|
||||
role="button"
|
||||
transition={{ duration: 0.3, ease: 'easeInOut' }}
|
||||
transition={{ duration: 0.2, ease: 'easeIn' }}
|
||||
>
|
||||
<Tooltip
|
||||
label={t('player.toggleFullscreenPlayer', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue