Product media placeholder
Replace this area with a screenshot or short walkthrough video during the media sweep.
Smoothly tween a 0..1 progress toward a bool target over a fixed duration. Used to drive DOM animations from bool parameters (hover/click toggles). Emits linear progress so downstream multiKeyframe can carry the ease curve.
Inputs
| Port | Type | Description |
|---|---|---|
target | any | Target |
Outputs
| Port | Type | Description |
|---|---|---|
progress | float | Progress |
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
duration | float | 300 | Duration (ms) min 0; max 10000; step 10 |
delay | float | 0 | Delay (ms) min 0; max 10000; step 10 |
Envelope
Use boolTween 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-animation/