cubic_bezier {omsvg} | R Documentation |
Create a custom easing function for animation
Description
Create a custom easing function for animation
Usage
cubic_bezier(x1 = 0.5, y1 = 0.5, x2 = 0.5, y2 = 0.5)
Arguments
x1 , y1 , x2 , y2 |
The |
Value
A cubic-bezier
function call as a string for use as a CSS property.
[Package omsvg version 0.1.0 Index]