mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-15 07:54:18 +02:00
Reduce fade in duration
This commit is contained in:
@@ -183,7 +183,7 @@ export const DefaultCard = ({
|
|||||||
<ImageSection size={itemWidth}>
|
<ImageSection size={itemWidth}>
|
||||||
{data?.imageUrl ? (
|
{data?.imageUrl ? (
|
||||||
<Image
|
<Image
|
||||||
animationDuration={0.5}
|
animationDuration={0.2}
|
||||||
height={itemWidth - 24}
|
height={itemWidth - 24}
|
||||||
placeholder="var(--card-default-bg)"
|
placeholder="var(--card-default-bg)"
|
||||||
src={data?.imageUrl}
|
src={data?.imageUrl}
|
||||||
|
|||||||
@@ -175,7 +175,7 @@ export const PosterCard = ({
|
|||||||
<ImageSection style={{ height: `${itemWidth}px` }}>
|
<ImageSection style={{ height: `${itemWidth}px` }}>
|
||||||
{data?.imageUrl ? (
|
{data?.imageUrl ? (
|
||||||
<Image
|
<Image
|
||||||
animationDuration={0.5}
|
animationDuration={0.2}
|
||||||
height={itemWidth}
|
height={itemWidth}
|
||||||
placeholder="var(--card-default-bg)"
|
placeholder="var(--card-default-bg)"
|
||||||
src={data?.imageUrl}
|
src={data?.imageUrl}
|
||||||
|
|||||||
Reference in New Issue
Block a user