Product media placeholder
Replace this area with a screenshot or short walkthrough video during the media sweep.
Pure picker — emits `array[floor(index)]` as a Color. Index is clamped to [0, length-1]. Hex-string `values` param is parsed to Color at load time (zero parse cost on hot path). Used to drive a current-color output from a per-variant palette; pair with textReveal\s sourceIndex or variantStagger\s per-child index.
Inputs
| Port | Type | Description |
|---|---|---|
index | float | Index |
array | colorArray | Array |
Outputs
| Port | Type | Description |
|---|---|---|
value | color | Value |
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
index | int | 0 | Static index baked into the .fmtion. Used when the `Index` input port is unwired. Wire the port to override at runtime. min 0 |
fallbackHex | string | "#ffffff" | Fallback (empty array) |
Envelope
Use colorArrayPick as the node type inside a graph node envelope. Add id, optional params, optional connections, and optional activeWhen based on the guide context.
Generated source
Registry faster-motion-docs/node-registry.jsonCategory page /help/faster-motion/faster-motion-node-category-math/