framer-motion-3d
Advanced tools
Changelog
[7.6.0] 2022-10-18
delay()
: An alternative to window.setTimeout()
that is locked to the animation framerate.Changelog
[7.5.4] 2022-10-17
layout="preserve-aspect"
where layers that do change size but aren't moved are reprojected to the old size and stay there.Changelog
[7.5.3] 2022-10-04
initial
prop, and that style is removed from animate
, while also being removed from initial
, it won't animate back to the originally-defined value.Changelog
[7.5.1] 2022-09-30
useTransform
correctly cleans up any scheduled animation frames when it unmounts.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.