Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).