Skip to content

Delegate Easing

Definition

Namespace: StardewUI.Animation
Assembly: StardewUI.dll

An easing function which computes the Y value between transitions or keyframes.

public float Easing(float x);

Parameters

x   Single
A value between 0.0 and 1.0 representing the position on a timeline.