Ease Exp
- ease_exp_in(base: float = 2.718281828459045) EasingType
- ease_exp_out(base: float = 2.718281828459045) EasingType
- ease_exp(base: float = 2.718281828459045) EasingType
Returns an exponential ease
\[\text{ease_exp}(t) = \text{base}^{10(t - 1)}\]- Parameters
base (
float, default:2.718281828459045) – The base of the exponential function.- Returns
EasingType– an exponential easecallable