Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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
Source by avimistry4800.medium.com #
 
PREVIOUS NEXT
Tagged: #aos #animation
ADD COMMENT
Topic
Name
1+3 =