framer-motion-3d
Advanced tools
Changelog
[7.5.0] 2022-09-27
useAnimationFrame
now passes delta
to provided callbacks as the second argument.Changelog
[7.4.0] 2022-09-26
values
prop that allows the provision of motion values to use exclusively for performing animations on.Changelog
[7.3.6] 2022-09-20
"preserve-ratio"
layout animations.Changelog
[7.3.3] 2022-09-13
Changelog
[7.3.2] 2022-09-07
isMotionComponent
returns true if the provided component is a motion
component.unwrapMotionComponent
returns the rendered component.Changelog
[7.3.0] 2022-09-06
layout="preserve-ratio"
performs a position-only transition if the aspect ratio has changed.layout="position"
now works with shared element transitions.Changelog
[7.2.0] 2022-08-14
AnimatePresence
's new mode="popLayout"
prop will "pop" exiting elements from the document layout flow, allowing sibling layout
elements to animate to their new layout as soon as exiting starts.exitBeforeEnter
- replace with mode="wait"
.