Table of Contents

Property DampingRatio

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

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.
Minimum value is 0.01.
public double DampingRatio { get; set; }

Property Value

double