Product media placeholder
Replace this area with a screenshot or short walkthrough video during the media sweep.
Vec2 sample-and-hold. Both components captured atomically on the rising-edge `pulse`. See `latch` for the float variant.
Type latchVec2Category inputsContext sharedDynamic ports noCompound no
Inputs
| Port | Type | Description |
|---|---|---|
value | vec2 | Value |
pulse | float | Pulse |
reset | float | Reset |
Outputs
| Port | Type | Description |
|---|---|---|
held | vec2 | Held |
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
initialX | float | 0 | Initial X |
initialY | float | 0 | Initial Y |
Use cases
- Snapshot a 2D point at spawn — cursor (x, y), drag start, click location.
- Freeze a position vector while a downstream animation runs from that point.
Envelope
Use latchVec2 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-inputs/