UNPKG

svelte-motion

Version:

Svelte animation library based on the React library framer-motion.

10 lines (7 loc) 312 B
/** based on framer-motion@4.0.3, Copyright (c) 2018 Framer B.V. */ import { createHtmlRenderState } from '../../html/utils/create-render-state.js'; var createSvgRenderState = function () { return (Object.assign(Object.assign({}, createHtmlRenderState()), { attrs: {} })); }; export { createSvgRenderState };