svelte-motion
Version:
Svelte animation library based on the React library framer-motion.
14 lines (11 loc) • 398 B
JavaScript
/**
based on framer-motion@4.0.3,
Copyright (c) 2018 Framer B.V.
*/
import { scrapeMotionValuesFromProps } from './utils/scrape-motion-values.js';
import { createHtmlRenderState } from './utils/create-render-state.js';
var htmlMotionConfig = {
scrapeMotionValuesFromProps: scrapeMotionValuesFromProps,
createRenderState: createHtmlRenderState,
};
export { htmlMotionConfig };