overshootTension

var overshootTension: Float = 3.5f

The tension (as a positive float) in an OvershootInterpolator applied on the Label when it is being shown from a hidden state. Larger values will exaggerate the effect more.

The OvershootInterpolator allows us to have an animation where the Label will fling past its marginPx when initially appearing, before smoothly coming back toward its marginPx value.