aos animation settings code example
Example 1: aos animate
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
Example 2: aos animation
// In your terminal
yarn add aos@next or npm install --save aos@next
// In your JS file
import AOS from 'aos';
import 'aos/dist/aos.css';
AOS.init();
// then, you can add data-aos attributes in your html