Easing Module
Public contract module exposed by this FS.Skia.UI package.
Functions and values
| Function or value |
Description
|
The documented default curve when easing is unspecified (FR-003) = `EaseInOut`.
|
|
|
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.
|