Move AnimationBackend initialization from Animated#55103
Move AnimationBackend initialization from Animated#55103bartlomiejbloniarz wants to merge 1 commit intomainfrom
Conversation
|
@bartlomiejbloniarz has exported this pull request. If you are a Meta employee, you can view the originating Diff in D89663251. |
Job Summary for GradleTest All :: build_android
|
Job Summary for GradleTest All :: run_fantom_tests
|
d30a62f to
8518901
Compare
Job Summary for GradleTest All :: build_android
|
Job Summary for GradleTest All :: run_fantom_tests
|
8518901 to
a6e523e
Compare
Job Summary for GradleTest All :: build_android
|
Job Summary for GradleTest All :: run_fantom_tests
|
a6e523e to
2663e37
Compare
Job Summary for GradleTest All :: build_android
|
Job Summary for GradleTest All :: run_fantom_tests
|
2663e37 to
02c9496
Compare
Job Summary for GradleTest All :: build_android
|
Job Summary for GradleTest All :: run_fantom_tests
|
02c9496 to
b090c23
Compare
Summary: Pull Request resolved: #55103 This diff decouples AnimationBackend from Animated. Now the backend is intialized in the Scheduler, from where it's passed to UIManager. Animation frontends (such as Animated) can then obtain a reference to the backend, and use it to schedule animation frame updates. # Changelog [General] [Changed] - Moved AnimationBackend initiailzation to `Scheduler` [General] [Added] - `AnimationChoreographer` interface with an implementation for fantom tests Differential Revision: D89663251
|
This pull request was successfully merged by Bartlomiej Bloniarz in b090c23 When will my fix make it into a release? | How to file a pick request? |
Job Summary for GradleTest All :: run_fantom_tests
|
b090c23 to
a57d48a
Compare
Job Summary for GradleTest All :: build_android
|
Job Summary for GradleTest All :: run_fantom_tests
|
Summary: Pull Request resolved: #55103 This diff decouples AnimationBackend from Animated. Now the backend is intialized in the Scheduler, from where it's passed to UIManager. Animation frontends (such as Animated) can then obtain a reference to the backend, and use it to schedule animation frame updates. # Changelog [General] [Changed] - Moved AnimationBackend initiailzation to `Scheduler` [General] [Added] - `AnimationChoreographer` interface with an implementation for fantom tests Differential Revision: D89663251
a57d48a to
ede988f
Compare
|
This pull request was successfully merged by Bartlomiej Bloniarz in ede988f When will my fix make it into a release? | How to file a pick request? |
Job Summary for GradleTest All :: run_fantom_tests
|
ede988f to
a18adea
Compare
Summary: Pull Request resolved: #55103 This diff decouples AnimationBackend from Animated. Now the backend is intialized in the Scheduler, from where it's passed to UIManager. Animation frontends (such as Animated) can then obtain a reference to the backend, and use it to schedule animation frame updates. # Changelog [General] [Changed] - Moved AnimationBackend initiailzation to `Scheduler` [General] [Added] - `AnimationChoreographer` interface with an implementation for fantom tests Reviewed By: zeyap Differential Revision: D89663251
Job Summary for GradleTest All :: run_fantom_tests
|
a18adea to
10004f2
Compare
Job Summary for GradleTest All :: run_fantom_tests
|
|
This pull request was successfully merged by Bartlomiej Bloniarz in 55dc2441a608ea696d9f32dcfc2ede6f005a61e2 When will my fix make it into a release? | How to file a pick request? |
Summary: This diff decouples AnimationBackend from Animated. Now the backend is intialized in the Scheduler, from where it's passed to UIManager. Animation frontends (such as Animated) can then obtain a reference to the backend, and use it to schedule animation frame updates. # Changelog [General] [Changed] - Moved AnimationBackend initiailzation to `Scheduler` [General] [Added] - `AnimationChoreographer` interface with an implementation for fantom tests Reviewed By: zeyap Differential Revision: D89663251
10004f2 to
8e1f676
Compare
…imationBackend to its own DisplayLink on iOS" (facebook#55103) Summary: Pull Request resolved: facebook#55103 This diff decouples AnimationBackend from Animated. Now the backend is intialized in the Scheduler, from where it's passed to UIManager. Animation frontends (such as Animated) can then obtain a reference to the backend, and use it to schedule animation frame updates. # Changelog [General] [Changed] - Moved AnimationBackend initiailzation to `Scheduler` [General] [Added] - `AnimationChoreographer` interface with an implementation for fantom tests Differential Revision: D89663251 Reviewed By: zeyap
|
This pull request was successfully merged by Bartlomiej Bloniarz in f14b488 When will my fix make it into a release? | How to file a pick request? |
…imationBackend to its own DisplayLink on iOS" (#55103) Summary: Pull Request resolved: #55103 This diff decouples AnimationBackend from Animated. Now the backend is intialized in the Scheduler, from where it's passed to UIManager. Animation frontends (such as Animated) can then obtain a reference to the backend, and use it to schedule animation frame updates. # Changelog [General] [Changed] - Moved AnimationBackend initiailzation to `Scheduler` [General] [Added] - `AnimationChoreographer` interface with an implementation for fantom tests Differential Revision: D89663251 Reviewed By: zeyap
|
This pull request was successfully merged by Bartlomiej Bloniarz in cc44e7c When will my fix make it into a release? | How to file a pick request? |
|
This pull request was successfully merged by Bartlomiej Bloniarz in f8564b4 When will my fix make it into a release? | How to file a pick request? |
Summary:
This diff decouples AnimationBackend from Animated. Now the backend is intialized in the Scheduler, from where it's passed to UIManager. Animation frontends (such as Animated) can then obtain a reference to the backend, and use it to schedule animation frame updates.
Changelog
[General] [Changed] - Moved AnimationBackend initiailzation to
Scheduler[General] [Added] -
AnimationChoreographerinterface with an implementation for fantom testsDifferential Revision: D89663251