Home > three-story-controls > DamperProps
Signature:
export interface DamperProps
Property | Type | Description |
---|---|---|
dampingFactor | number | Multiplier used on each update to approach the target value, should be between 0 and 1, where 1 is no damping |
epsilon? | number | (Optional) Amount of permitted error before a value is considered to have ‘reached’ its target. Defaults to 0.001 |
values | DamperValues | Values to be dampened |