Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eling486/scrollent
- Owner: Eling486
- Created: 2023-07-28T18:11:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-03T19:50:52.000Z (about 1 year ago)
- Last Synced: 2024-10-20T02:47:01.425Z (about 1 month ago)
- Topics: animation, css3, html5, scroll, web
- Language: JavaScript
- Homepage:
- Size: 166 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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();
```