curve property

Curve? curve
final

Optional curve to apply to the active portion of the animation.

This curve is applied to the progress between start and end intervals, allowing for easing effects during the active animation period.

Implementation

final Curve? curve;