framer-motion-3d
Advanced tools
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"
.Changelog
[7.1.1] 2022-08-15
target
to "ES6"
.typescript@4.7
Changelog
[7.1.0] 2022-08-11
useWillChange
for automatically managing the will-change
style.