Scroll-Triggered Animations
For scroll-triggered animations, you have two options: There’s whileInView which works like the other gesture animations. Give it some values to animate, and it will do its thing.And there’s useInView(), a simple state hook that will give you a bit more work. You’ll have to add the animation yourself while tracking its state, and you […]