UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

12 lines (9 loc) 402 B
import { transformProps } from 'motion-dom'; import { scaleCorrectors } from '../../projection/styles/scale-correction.mjs'; function isForcedMotionValue(key, { layout, layoutId }) { return (transformProps.has(key) || key.startsWith("origin") || ((layout || layoutId !== undefined) && (!!scaleCorrectors[key] || key === "opacity"))); } export { isForcedMotionValue };