AnimationTimelineStep.animateBack constructor
AnimationTimelineStep.animateBack(})
Animates controller backward to target.
If the timeline later alternates into reverse playback, forwardTarget
is used with AnimationController.animateTo. When omitted, the
controller's upper bound is used.
Implementation
factory AnimationTimelineStep.animateBack(
AnimationController controller,
double target, {
String? label,
double? forwardTarget,
Duration? duration,
Duration? reverseDuration,
Curve curve,
Curve? reverseCurve,
}) = _AnimateBackStep;