aggrogate of cubic-bezier functions
npm install simple-tween
Aggregate of cubic bezier functions last updated 6 years ago but still valid..
``jsvar simpleTween = require('simple-tween');
jsvar simpleTween = require('simple-tween');
simpleTween.easeInQuad().exec(x => console.log(x));``