motion
motion copied to clipboard
[BUG] Documentation mismatch: `domAnimations` vs `domAnimation` export name
Description
There's a discrepancy between the documentation and actual implementation regarding the domAnimations export.
Current Behavior
TypeScript shows error:
import { domAnimations } from "framer-motion"
// Error: '"framer-motion"' has no exported member named 'domAnimations'