A drop-in replacement easing curve for transition.to animations, based on a damped spring.
curve
Hello, I am Brazilian, so any errors in the writing, I apologize.
First Understood the Beziel Curve Proprierties
local curve = bezier:curve({xInitial, xControlPoint1, xControlPoint2, xControlPoint3}, {yInitial, yControlPoint1, yControlPoint2, yControlPoint3})
THE CODE:
local bezier = require('bezier')