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
1 changed files with 1 additions and 1 deletions

View File

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