leapMaxOfCurveComponent property

double leapMaxOfCurveComponent
final

The percentage (0.0 - 1.0) of the curve animation component that is driven to (from 0), then in reverse from (to 0)

Reducing means the leap occurs quicker (assuming a consistent curve animation duration). Also see ...LeapVelocityMultiplier properties to change the distance of the leap assuming a consistent leap duration.

For example, if set to 1, then the leap will take animationCurveDuration

Defaults to 0.6. Must be greater than 0 and less than or equal to 1. To disable leaping, or change the maximum length of the key press that will trigger a leap, see performLeapTriggerDuration.

Implementation

final double leapMaxOfCurveComponent;