mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
update card controls animation back to slide up
This commit is contained in:
@@ -42,7 +42,7 @@ const containerProps = {
|
|||||||
animate: 'show',
|
animate: 'show',
|
||||||
exit: 'hidden',
|
exit: 'hidden',
|
||||||
initial: 'hidden',
|
initial: 'hidden',
|
||||||
variants: animationVariants.combine(animationVariants.zoomIn, animationVariants.fadeIn),
|
variants: animationVariants.combine(animationVariants.slideInUp, animationVariants.fadeIn),
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -32,7 +32,6 @@ interface ItemCardProps {
|
|||||||
data: Album | AlbumArtist | Artist | Playlist | Song | undefined;
|
data: Album | AlbumArtist | Artist | Playlist | Song | undefined;
|
||||||
isRound?: boolean;
|
isRound?: boolean;
|
||||||
itemType: LibraryItem;
|
itemType: LibraryItem;
|
||||||
|
|
||||||
type?: 'compact' | 'default' | 'poster';
|
type?: 'compact' | 'default' | 'poster';
|
||||||
withControls?: boolean;
|
withControls?: boolean;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user