UNPKG

svelte-motion

Version:

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

14 lines (12 loc) 259 B
/** based on framer-motion@4.0.3, Copyright (c) 2018 Framer B.V. */ var createHtmlRenderState = function () { return ({ style: {}, transform: {}, transformKeys: [], transformOrigin: {}, vars: {}, }); }; export { createHtmlRenderState };