Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kinow/d3-scroller
A simple D3.js scroller.
https://github.com/kinow/d3-scroller
data-journalism data-visualization datavisualization dataviz journalism scroller scrollytelling
Last synced: 9 days ago
JSON representation
A simple D3.js scroller.
- Host: GitHub
- URL: https://github.com/kinow/d3-scroller
- Owner: kinow
- License: apache-2.0
- Created: 2022-08-20T11:43:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-21T03:59:58.000Z (over 2 years ago)
- Last Synced: 2024-11-08T09:46:12.527Z (2 months ago)
- Topics: data-journalism, data-visualization, datavisualization, dataviz, journalism, scroller, scrollytelling
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# D3.js scroller
A simple D3.js scroller.
Interactive visualization as you scroll in your browser. Supports
responsive view ports.SCSS preprocessing enabled. Semantic web tags used too. Tested for
accessibility.## References
- “How I Created an Interactive, Scrolling Visualisation with D3.js, and how you can too”. Cuthbert Chow. 2022-08-20.
- “So You Want to Build A Scroller”. Jim Vallandingham. 2022-08-20.
- “D3Js Scroller”. Carlos Aguni. 2022-08-20.
- “graph-scroll”. Adam Pearce. 2022-08-21.
- “D3.js”. D3.js Community. 2022-08-20.