Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dzucconi/n-seconds-to-each-point
https://github.com/dzucconi/n-seconds-to-each-point
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dzucconi/n-seconds-to-each-point
- Owner: dzucconi
- Created: 2017-05-18T05:14:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-29T21:05:11.000Z (over 3 years ago)
- Last Synced: 2024-10-12T15:10:44.993Z (24 days ago)
- Language: TypeScript
- Homepage: https://n-seconds-to-each-point.work.damonzucconi.com/
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# N Seconds to Each Point
[![Netlify Status](https://api.netlify.com/api/v1/badges/18d119d6-521a-4b91-8369-28b7e96e4cc1/deploy-status)](https://app.netlify.com/sites/damonzucconi-n-seconds-to-each-point/deploys)
## Meta
- **State**: production
- **Production**:
- **URL**: https://n-seconds-to-each-point.work.damonzucconi.com/
- **URL**: https://damonzucconi-n-seconds-to-each-point.netlify.app/
- **Host**: https://app.netlify.com/sites/damonzucconi-n-seconds-to-each-point/overview
- **Deploys**: Merged PRs to `dzucconi/n-seconds-to-each-point#master` are automatically deployed to production. [Manually trigger a deploy](https://app.netlify.com/sites/damonzucconi-n-seconds-to-each-point/deploys)## Parameters
| Param | Description | Type | Default |
| ---------------- | ------------------------------- | ------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------- |
| scalar | Size of elements | `number` | 20 |
| interval | Time (in ms) between each point | `number` | 1000 |
| color | Color of element | `string` | "gray" |
| background-color | Background color of page | `string` | "black" |
| ops | Choreography of movements | `("ne" or "se" or "sw" or "nw")[][]` | [["nw", "sw", "se", "ne", "nw"], ["sw", "se", "ne", "nw", "sw"], ["se", "ne", "nw", "sw", "se"], ["ne", "nw", "sw", "se", "ne"]] |