Aos Animation

Overview Official Website

Aos animation JavaScript library apply different kinds of animations to elements as they scroll into view.

Import Package
<!-- Import Package -->
import AOS from 'aos'
Add Package
yarn add aos --save
Remove Package
yarn remove aos or you can remove package by removing specific package from package.json
CSS
<!-- aos css -->
import 'aos/dist/aos.css'
Examples
Title Example
For all demo
AOS.init({
	easing: 'ease-out-back',
	duration: 1000
});
© Velzon.
Design & Develop by Themesbrand