ease_out: Use an 'easing out' animation
Description
The ease_out()
function can be used as a value for the easing_fn
argument,
which is available in every anim_*()
function (e.g., anim_position()
).
Usage
ease_out(power = "basic")
Arguments
power
The preset to use for the easing in cubic bezier function.
Value
A cubic-bezier
function call as a string for use as a CSS property.