Property DampingRatio
DampingRatio
Gets or sets the damping ratio.
- 1.0Critically damped — smooth with no overshoot (default).
- <1.0Underdamped — bouncy, oscillates around target.
- >1.0Overdamped — slow to settle.
0.01.
public double DampingRatio { get; set; }