Sine easInOut gradient Question

Not noticing any changes with Ease numbers 1 or 0.
Does the gradient numbers affect the speed?

THanks

According to Docs it just returns the value on the curve by given gradient (no speed/animation change at all), so check these:

console.log(cubicEase.ease(.3))
console.log(cubicEase.ease(.7))
3 Likes