motion icon indicating copy to clipboard operation
motion copied to clipboard

[BUG] Documentation mismatch: `domAnimations` vs `domAnimation` export name

Open CodeWithAlamin opened this issue 1 year ago • 1 comments

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'

CodeWithAlamin avatar Nov 03 '24 12:11 CodeWithAlamin