UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

8 lines (5 loc) 199 B
import { isMotionValue } from '../utils/is-motion-value.mjs'; function isWillChangeMotionValue(value) { return Boolean(isMotionValue(value) && value.add); } export { isWillChangeMotionValue };