reverseCurve property

Curve? reverseCurve
final

The easing curve for the reverse direction in ping-pong modes.

If null, uses curve for both directions. Allows different easing for forward and reverse portions of ping-pong animations.

Implementation

final Curve? reverseCurve;