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

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

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` |