svelte-motion
Version:
Svelte animation library based on the React library framer-motion.
16 lines (13 loc) • 405 B
JavaScript
/**
based on framer-motion@4.0.3,
Copyright (c) 2018 Framer B.V.
*/
import { layoutAnimations } from '../../motion/features/layout/index.js';
//import { createMotionProxy } from './motion-proxy.js';
import {createMotionClass} from './create-motion-class.js';
/**
* @public
*/
var m = /*@__PURE__*/ //createMotionProxy([MeasureLayout]);
createMotionClass({...layoutAnimations})
export { m as M };