CurvedAnimationExtensions extension

Extensions for CurvedAnimation operations and utilities.

on

Methods

curveValue(double t) double

Available on CurvedAnimation, provided by the CurvedAnimationExtensions extension

Returns the curve value at the given animation value.
withAdditionalCurve(Curve additionalCurve) double

Available on CurvedAnimation, provided by the CurvedAnimationExtensions extension

Returns the animation value with an additional curve applied.