Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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"]] |