UNPKG

@kcirtaptrick/framer-motion

Version:

A simple and powerful React animation library

6 lines (4 loc) 155 B
var isMotionValue = function (value) { return Boolean(value !== null && typeof value === "object" && value.getVelocity); }; export { isMotionValue };