How to animate on scroll in React
Issue #652
Use https://github.com/michalsnik/aos
Add link to head
1 | <head> |
Jus before closing body tag
1 | <script src="https://unpkg.com/aos@next/dist/aos.js"></script> |
Specify data-aos
1 | <div data-aos="fade-up"> |