Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danini-the-panini/timeline-overlay-scrollbar
- Owner: danini-the-panini
- Created: 2023-10-29T15:08:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-12T15:05:53.000Z (12 months ago)
- Last Synced: 2024-01-13T05:43:33.421Z (12 months ago)
- Language: HTML
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.