R/anims.R
cubic_bezier.Rd
Create a custom easing function for animation
cubic_bezier(x1 = 0.5, y1 = 0.5, x2 = 0.5, y2 = 0.5)
The x and y values for the first and second bezier control points.
x
y