UNPKG

svelte-motion

Version:

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

10 lines (8 loc) 215 B
/** based on framer-motion@4.0.3, Copyright (c) 2018 Framer B.V. */ var isMotionValue = function (value) { return value !== null && typeof value === "object" && value.getVelocity; }; export { isMotionValue };