Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/19h47/scrolling-area
Playing with a scrolling area of text
https://github.com/19h47/scrolling-area
requestanimationframe scroll virtual-scroll
Last synced: 29 days ago
JSON representation
Playing with a scrolling area of text
- Host: GitHub
- URL: https://github.com/19h47/scrolling-area
- Owner: 19h47
- Created: 2018-10-26T17:49:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:37:08.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T06:07:25.453Z (9 months ago)
- Topics: requestanimationframe, scroll, virtual-scroll
- Language: HTML
- Homepage: https://19h47.github.io/scrolling-area/
- Size: 2.15 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scrolling area
![Scrolling area](scrolling-area.png)
## Installation
```
npm install scrolling-area
```### Dependencies
- ~~[raf](https://github.com/chrisdickinson/raf) A requestAnimationFrame polyfill library~~
- ~~[virtual-scroll](https://github.com/ayamflow/virtual-scroll) A CommonJS fork of Bartek Drozdz VirtualScroll utility~~### Example
An example is located right [here](https://github.com/19h47/scrolling-area/tree/gh-pages), see [sources](https://github.com/19h47/scrolling-area/blob/gh-pages/index.html).