curve property

Curve curve
getter/setter pair

The default curve of the animation.

If reverseCurve is specified, then curve is only used when going forward. Otherwise, it specifies the curve going in both directions.

Implementation

late Curve curve;