mirror of
https://github.com/facebook/react.git
synced 2026-02-26 05:45:14 +00:00
There's no advantage to scheduling updates with animation priority versus scheduling sync work inside requestAnimationCallback. So we can remove all the animation-specific code. Now there's only one type of callback.