Answers for "aos css one direction"

1

animate on scroll github

<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
Posted by: Guest on June-11-2020
0

aos animate install

//install
npm install aos --save


//initialize in react

import AOS from 'aos'
import 'aos/dist/aos.css';
AOS.init();
Posted by: Guest on September-01-2020

Browse Popular Code Answers by Language