UNPKG

svelte-motion

Version:

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

11 lines (8 loc) 264 B
/** based on framer-motion@4.0.3, Copyright (c) 2018 Framer B.V. */ import {fixed} from '../../../utils/fix-process-env'; import { number } from 'style-value-types'; var int = Object.assign(Object.assign({}, number), { transform: Math.round }); export { int };