https://github.com/stamen/splatter
Splatter!
https://github.com/stamen/splatter
Last synced: 11 days ago
JSON representation
Splatter!
- Host: GitHub
- URL: https://github.com/stamen/splatter
- Owner: stamen
- License: mit
- Created: 2015-01-08T20:20:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-02T19:01:06.000Z (about 10 years ago)
- Last Synced: 2025-04-15T14:04:02.741Z (11 days ago)
- Language: JavaScript
- Size: 352 KB
- Stars: 4
- Watchers: 22
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Summary
=======This is a static, one-page app that mimicks splashing paint on canvas.
The color palette is currently based on Jackson Pollock's piece
_Convergence_.Configuration
=============The application is configured by passing URL parameters.
* `uid`: a user ID, passed to Google Analytics for user tracking.
* `refreshAfterSeconds`: refresh the page after the given number of
seconds of inactivity. Defaults to not refreshing.
* `sensitivity`: a multiplier to be applied to velocity calculations. On
retina displays like newer iPads, `2.0` is a reasonable setting.
Defaults to `1.0`.
* `kiosk`: if set, all outgoing links will be disabled. Setting this
flag to anything, including `false` or `0`, will enable it.