diff --git a/src/components/ProjectImage/index.tsx b/src/components/ProjectImage/index.tsx index c524a8c..dd714d7 100644 --- a/src/components/ProjectImage/index.tsx +++ b/src/components/ProjectImage/index.tsx @@ -35,7 +35,7 @@ export default function ProjectImage({ useEffect(() => { if (loaded && animationControls) { - animationControls.start('visible') + animationControls.start('enter') } }, [loaded, animationControls])