Table of Contents

Delegate EasingFunction

Namespace
SharpConsoleUI.Animation
Assembly
SharpConsoleUI.dll

Delegate for easing functions that map normalized time [0,1] to progress [0,1].

public delegate double EasingFunction(double t)

Parameters

t double
Delegate for easing functions that map normalized time [0,1] to progress [0,1].

Returns

double
Delegate for easing functions that map normalized time [0,1] to progress [0,1].
Extension Methods