Skip to content

framer-motion 10.6.0

[10.6.0] 2023-03-17

Added

  • cancel(), complete() and speed to animate().

Changed

  • "easeIn", "easeOut" and "easeInOut" easing functions are now WAAPI spec-compliant.

Fixed

  • .stop() stops animations permanently.
  • useSpring timing.
  • animate() with repeat: 1 and repeatType "reverse" or "mirror" correctly applies final keyframe.