Ease Elastic

ease_elastic_in(factor: int = 3) EasingType
ease_elastic_out(factor: int = 3) EasingType
ease_elastic(factor: int = 3) EasingType

Returns an elastic ease

\[\text{ease_back}(t) = 2^{10(t - 1)}\text{sin}(t\pi/2\times(1 + 4\times\text{factor)})\]
Parameters

factor (int) – The number of elastic oscillations.

Returns

EasingType – an elastic ease callable

../../../_images/ease_elastic.png