IntersectionObserver causes flickering when the element is only partially in view
I’m working on an Angular 18 project where I want to animate a button when it comes into view using the IntersectionObserver API and it works.
I’m working on an Angular 18 project where I want to animate a button when it comes into view using the IntersectionObserver API and it works.