how to animate on scroll with animate css library with js code example
Example 1: aos animate install
//install
npm install aos --save
//initialize in react
import AOS from 'aos'
import 'aos/dist/aos.css';
AOS.init();
Example 2: aos
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />