Logo FS-Skia-UI

Easing Module

Public contract module exposed by this FS.Skia.UI package.

Functions and values

Function or value Description

Default

Full Usage: Default

Returns: Easing

The documented default curve when easing is unspecified (FR-003) = `EaseInOut`.

Returns: Easing

apply easing t

Full Usage: apply easing t

Parameters:
Returns: float

Maps normalized progress `t` to eased progress. Input `t` is clamped to `[0,1]` before the curve, so out-of-domain samples yield the endpoint.

easing : Easing
t : float
Returns: float

Type something to start searching.