Viewing File: /home/ubuntu/route-and-root-frontend-base/node_modules/@motionone/utils/dist/mix.cjs.js

'use strict';

Object.defineProperty(exports, '__esModule', { value: true });

const mix = (min, max, progress) => -progress * min + progress * max + min;

exports.mix = mix;
Back to Directory File Manager