simple-tween
v1.2.8
Published
aggrogate of cubic-bezier functions
Downloads
23
Maintainers
Readme
Aggregate of cubic bezier functions last updated 6 years ago but still valid..
var simpleTween = require('simple-tween');
simpleTween.easeInQuad().exec(x => console.log(x));