Table of Contents

Method Linear

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

Linear(double)

Linear easing — no acceleration or deceleration.

public static double Linear(double t)

Parameters

t double

Normalized time in [0, 1].

Returns

double