Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eling486/scrollent

🌊 Scrollent: A scrolling animation library based on attribute control
https://github.com/eling486/scrollent

animation css3 html5 scroll web

Last synced: 26 days ago
JSON representation

🌊 Scrollent: A scrolling animation library based on attribute control

Awesome Lists containing this project

README

        

# Scrollent

## Usage

``` bash
npm install scrollent --save
```
Or
``` bash
yarn add scrollent
```

``` js
import Scrollent from 'scrollent';

let scrollent = new Scrollent().init();
```