curve

A drop-in replacement easing curve for transition.to animations, based on a damped spring.

Comments, 569 Votes - submitted on 24/01/2015 view repo

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')

Comments, 408 Votes - submitted on 25/08/2014 view repo