Transition Animation on Scroll with Chakra UI and React
Chakra UI provides four components to help add transition animations. The components are Fade, ScaleFade, Slide, and SlideFade.
These components can be passed an in prop that accepts a boolean which determines whether or not to show the component and...
blog.performantweb.dev2 min read
Niraj Pradhan
#dev
To determine whether a component is in viewport or not, you can also use react-intersection-observer