Matt Perry
Matt Perry
Allow global override of Framesync loop so people can provide their own tick mechanism https://github.com/framer/motion/issues/456
https://github.com/framer/motion/issues/622
Color values are valid as rgba(255 255 255 0)
In the AnimationWorklet spec there's a [spring example](https://drafts.css-houdini.org/css-animation-worklet-1/#example-1). It shows an example of an A->B transition being driven by a spring-like curve. There is a use-case where an animation is...
In the AnimationWorklet spec there's a [spring example](https://drafts.css-houdini.org/css-animationworklet-1/#example-1). The primary use case for a spring animation is to preserve existing velocity in subsequent animations for natural interactions. In Popmotion we...
This PR adds multidimensional reordering to `Reorder` components. Continuation of https://github.com/framer/motion/pull/1685 Fixes https://github.com/framer/motion/issues/1400
The fundamental issue in tickets like - https://github.com/framer/motion/issues/1430 - https://github.com/framer/motion/issues/1407 - https://github.com/framer/motion/issues/1480 - https://github.com/framer/motion/issues/2415 Is performing a layout animations between page-relative and viewport-relative coordinate spaces/
This PR fixes two bugs: 1. Spring animations with finalKeyframe not ending on the snapped final keyframe 2. Spring animations with a velocity but same origin/target not running correctly