1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-14 00:13:23 +02:00

image loading fix

This commit is contained in:
Matthias Kretschmann 2022-11-15 23:22:00 +00:00
parent 447cada700
commit 60e46186df
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -35,7 +35,7 @@ export default function ProjectImage({
useEffect(() => { useEffect(() => {
if (loaded && animationControls) { if (loaded && animationControls) {
animationControls.start('visible') animationControls.start('enter')
} }
}, [loaded, animationControls]) }, [loaded, animationControls])