framer-motion 5.0.1
[5.0.1] 2021-11-01
Added
onAnimationStartis now called with the definition of the triggering animation.
Fixed
- Removing context memoisation to ensure removed values are correctly animated to.
- Adding unmount check to
AnimatePresencebefore updating state. PR by @ctrlplusb - Fixing types for multi-input
useTransform. PR by @kena0ki - Fixing
staggerChildrenfor value-specific transitions. Issue - Fixes animation between
0and non-number/pixel keyframe array. Issue