ease_in {omsvg} | R Documentation |
Use an 'easing in' animation
Description
The ease_in()
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_in(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.
[Package omsvg version 0.1.0 Index]