Product media placeholder
Replace this area with a screenshot or short walkthrough video during the media sweep.
F334 — exponential-decay tween. Animates a value from `from` under throw physics with a starting velocity. Optional snap targets land the natural rest position on the nearest snap value while preserving the decel curve. Use as a standalone "throw a property" driver independent of drag.
Inputs
| Port | Type | Description |
|---|---|---|
velocity | float | Velocity |
reset | float | Reset |
Outputs
| Port | Type | Description |
|---|---|---|
value | float | Value |
isThrowing | float | Is Throwing |
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
from | float | 0 | From |
resistance | float | 1000 | Resistance min 1; step 50 |
minDuration | float | 0.2 | Min Duration min 0; step 0.05 |
maxDuration | float | 2 | Max Duration min 0; step 0.1 |
Envelope
Use inertia 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-procedural/