The curve of the animation.
Curve get curve => _animation.curve;
set curve(Curve value) { if (value == _animation.curve) { return; } _animation.curve = value; }