πŸ› οΈInstallation

We support Installation via NPM and CDN links

  1. Run the below command to add scroll-spyer to your existing or new project.

npm i @breww.io/scroll-spyer

or

#FOR BROWSERS
https://cdn.jsdelivr.net/npm/@breww.io/scroll-spyer/dist/browser/spyscroll.min.js

#WITH Animate.css
https://cdn.jsdelivr.net/npm/@breww.io/scroll-spyer/dist/browser/animate-css.min.js

#WITH BREWW Easing & Anmiation
https://cdn.jsdelivr.net/npm/@breww.io/scroll-spyer/dist/browser/BrewwAnimations.js
https://cdn.jsdelivr.net/npm/@breww.io/scroll-spyer/dist/browser/BrewwEasings.js

Usages

This document provides an overview of the code that is used for initializing a library and integrating it with other modules provided by us, namely Animation, Easings, and breww Easing. The purpose of this code is to introduce the library with the least code.

Last updated