UNPKG

popmotion

Version:

The animator's toolbox

4 lines 135 B
export var mix = function (from, to, progress) { return -progress * from + progress * to + from; }; //# sourceMappingURL=mix.js.map