Execute: npm install https://github.com/DryByte/AoS.js
Check examples folder in the repository, in there you can check some examples. Remember to change require("../src")
to require("aos.js")
.
You can acess the docs on: https://drybyte.github.io/docs
The docs are generated using jsdoc and better-docs to generate a simple website. Follow the steps to use the docs on web:
- Clone the repository:
git clone https://github.com/DryByte/AoS.js.git
- Then run:
npm i && npm run generate-docs
Now just open the file docs/index.html
on your browser.
You can contribute reporting bugs, issues, giving ideas, doing pull requests, or also giving a feedback.