Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danini-the-panini/timeline-overlay-scrollbar

experimental low-js overlay scrollbars using scroll timeline
https://github.com/danini-the-panini/timeline-overlay-scrollbar

Last synced: about 1 month ago
JSON representation

experimental low-js overlay scrollbars using scroll timeline

Awesome Lists containing this project

README

        

# Timeline Overlay Scrollbars

Experimental low-js overlay scrollbars using CSS scroll timeline

## Requirements

1. [bun](https://bun.sh) (but you can use npm or yarn, too)
2. Chromium-based browser

## How to run it

```
bun install
bun run dev --open
```

## Comparison

Includes comparison with [simplebar](https://grsmto.github.io/simplebar/) and [overlay-scrollbars](https://kingsora.github.io/OverlayScrollbars/)

- Go to `/simplebar.html` and `/overlay.html` to compare functionality and performance.
- Run `bun run build` to compare bundle size.