diff --git a/src/photo/form/PhotoForm.tsx b/src/photo/form/PhotoForm.tsx index 04bf26e3..10f27e3a 100644 --- a/src/photo/form/PhotoForm.tsx +++ b/src/photo/form/PhotoForm.tsx @@ -330,14 +330,18 @@ export default function PhotoForm({
{thumbnail(true)}
{thumbnail(false, clsx( 'opacity-0 -translate-y-4', !isThumbnailVisible && - 'opacity-100 translate-y-0 transition-all duration-200', + 'opacity-100 translate-y-0 transition-all duration-300', ))}