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
If an element goes out of the viewport, the fade out animation starts.
This brings the element back in to the viewport and may cause a fade in animation.
Maybe a cooldown should be added to the useIntersectionObserver usage, here?