mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 09:13:19 +01:00
image loading fix
This commit is contained in:
parent
447cada700
commit
60e46186df
@ -35,7 +35,7 @@ export default function ProjectImage({
|
||||
|
||||
useEffect(() => {
|
||||
if (loaded && animationControls) {
|
||||
animationControls.start('visible')
|
||||
animationControls.start('enter')
|
||||
}
|
||||
}, [loaded, animationControls])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user