You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start AnimationBackend callbacks once per frame in Animated (#54426)
Summary:
Pull Request resolved: #54426
Withouth the backend, Animated triggers the start function once per frame (by updating an atomic bool). We now do the same with animation backend.
# Changelog
[General] [Changed] - Move the animation backend callback scheduling, behind the `isRenderCallbackStarted` check.
Reviewed By: zeyap
Differential Revision: D85234259
fbshipit-source-id: 3aaf5f66de1dce4c5563f85bea22f0aa862801bb
0 commit comments