curve property

Curve? curve
getter/setter pair

The animation curve used to ease the animation.

myMotion.curve = bounceOut;

Implementation

Curve? curve;