DIR : /home/kozerus/public_html/cropex/node/node_modules/framer-motion/dist/es/frameloop/index-legacy.mjs

/home/kozerus/public_html/cropex/node/node_modules/framer-motion/dist/es/frameloop

import { stepsOrder } from './batcher.mjs';
import { frame, cancelFrame } from './frame.mjs';

/**
 * @deprecated
 *
 * Import as `frame` instead.
 */
const sync = frame;
/**
 * @deprecated
 *
 * Use cancelFrame(callback) instead.
 */
const cancelSync = stepsOrder.reduce((acc, key) => {
    acc[key] = (process) => cancelFrame(process);
    return acc;
}, {});

export { cancelSync, sync };
//


koh5_pano



Your browser does not support the HTML5 canvas element.


Drag mouse to navigate.

Navigation





17.Aug.2010, Martin Wengenmayer