You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for this fantastic project—it's amazing, and I already love it!
I have a use case where I want to create a smooth zoom-in effect on a preview image when the mouse hovers over it and then smoothly zoom out when the mouse leaves the image. The zoom-in effect works perfectly, but I'm struggling with implementing the zoom-out. Currently, the image "snaps" back to its original size immediately after the mouse leaves, without any transition.
I've experimented a bit by adding a flag to track the hover state, but even with that approach, I couldn't get the smooth zoom-out effect to work.
Hi everyone,
First of all, thank you for this fantastic project—it's amazing, and I already love it!
I have a use case where I want to create a smooth zoom-in effect on a preview image when the mouse hovers over it and then smoothly zoom out when the mouse leaves the image. The zoom-in effect works perfectly, but I'm struggling with implementing the zoom-out. Currently, the image "snaps" back to its original size immediately after the mouse leaves, without any transition.
I've experimented a bit by adding a flag to track the hover state, but even with that approach, I couldn't get the smooth zoom-out effect to work.
Could someone please help me figure this out?
Thank you in advance for your help
The text was updated successfully, but these errors were encountered: