framer / motion

Open source, production-ready animation and gesture library for React
https://framer.com/motion
MIT License
22.41k stars 740 forks source link

Fix jump if optimised appear animation is interrupted #2661

Closed mattgperry closed 2 weeks ago

mattgperry commented 2 weeks ago

If a large amount of work is performed between a deferred animation starting and keyframe resolution, there can be a perceptible jump in interrupted optimised animations. This PR fixes that by deferring cancellation until the following frame.