https://github.com/dzucconi/interpolated-sequence
https://github.com/dzucconi/interpolated-sequence
0 1 2 3 4 5 6 7 8 9
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dzucconi/interpolated-sequence
- Owner: dzucconi
- Created: 2017-01-01T22:40:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:21:00.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T15:02:29.883Z (12 months ago)
- Topics: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
- Language: TypeScript
- Homepage: http://work.damonzucconi.com/interpolated-sequence/
- Size: 104 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interpolated Sequence
## Meta
- **State**: production
- **Production**:
- **URL**: https://interpolated-sequence.work.damonzucconi.com/
- **URL**: https://damonzucconi-interpolated-sequence.netlify.app/
- **Host**: https://app.netlify.com/sites/damonzucconi-interpolated-sequence/overview
- **Deploys**: Merged PRs to `dzucconi/interpolated-sequence#master` are automatically deployed to production. [Manually trigger a deploy](https://app.netlify.com/sites/damonzucconi-interpolated-sequence/deploys)## Parameters
| Param | Description | Type | Default |
| ----------- | -------------------------------------- | ------- | ------- |
| `fps` | Frames per second | number | `60` |
| `amount` | Number of elements | number | `10` |
| `offset` | Initial resolution | number | `1` |
| `step` | Resolution to increase each node by | number | `1` |
| `randomize` | Whether or not to randomize each frame | boolean | `false` |