-
Notifications
You must be signed in to change notification settings - Fork 25k
Remove native animation fabric sync in JS and infinite animation loop workaround #51264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D74198568 |
… workaround (facebook#51264) Summary: ## Changelog: [General] [Changed] - Remove native animation fabric sync in JS and infinite animation loop workaround, when cxxNativeAnimated is enabled when cxxNativeAnimated is enabled, we'll sync native animation props back to Fabric in native, when that happens we can remove the code in JS for same purpose Differential Revision: D74198568
|
This pull request was exported from Phabricator. Differential Revision: D74198568 |
… workaround (facebook#51264) Summary: Pull Request resolved: facebook#51264 ## Changelog: [General] [Changed] - Remove native animation fabric sync in JS and infinite animation loop workaround, when cxxNativeAnimated is enabled when cxxNativeAnimated is enabled, we'll sync native animation props back to Fabric in native, when that happens we can remove the code in JS for same purpose Differential Revision: D74198568
e59c1a0 to
6778936
Compare
… workaround (facebook#51264) Summary: ## Changelog: [General] [Changed] - Remove native animation fabric sync in JS and infinite animation loop workaround, when cxxNativeAnimated is enabled when cxxNativeAnimated is enabled, we'll sync native animation props back to Fabric in native, when that happens we can remove the code in JS for same purpose Differential Revision: D74198568
|
This pull request was exported from Phabricator. Differential Revision: D74198568 |
… workaround (facebook#51264) Summary: Pull Request resolved: facebook#51264 ## Changelog: [General] [Changed] - Remove native animation fabric sync in JS and infinite animation loop workaround, when cxxNativeAnimated is enabled when cxxNativeAnimated is enabled, we'll sync native animation props back to Fabric in native, when that happens we can remove the code in JS for same purpose Differential Revision: D74198568
962e220 to
000a79d
Compare
… workaround (facebook#51264) Summary: ## Changelog: [General] [Changed] - Remove native animation fabric sync in JS and infinite animation loop workaround, when cxxNativeAnimated is enabled when cxxNativeAnimated is enabled, we'll sync native animation props back to Fabric in native, when that happens we can remove the code in JS for same purpose Reviewed By: lenaic Differential Revision: D74198568
|
This pull request was exported from Phabricator. Differential Revision: D74198568 |
… workaround (facebook#51264) Summary: Pull Request resolved: facebook#51264 ## Changelog: [General] [Changed] - Remove native animation fabric sync in JS and infinite animation loop workaround, when cxxNativeAnimated is enabled when cxxNativeAnimated is enabled, we'll sync native animation props back to Fabric in native, when that happens we can remove the code in JS for same purpose Reviewed By: lenaic Differential Revision: D74198568
07c78a0 to
26b1de2
Compare
… workaround (facebook#51264) Summary: ## Changelog: [General] [Changed] - Remove native animation fabric sync in JS and infinite animation loop workaround, when cxxNativeAnimated is enabled when cxxNativeAnimated is enabled, we'll sync native animation props back to Fabric in native, when that happens we can remove the code in JS for same purpose Reviewed By: lenaic Differential Revision: D74198568
… workaround (facebook#51264) Summary: Pull Request resolved: facebook#51264 ## Changelog: [General] [Changed] - Remove native animation fabric sync in JS and infinite animation loop workaround, when cxxNativeAnimated is enabled when cxxNativeAnimated is enabled, we'll sync native animation props back to Fabric in native, when that happens we can remove the code in JS for same purpose Reviewed By: lenaic Differential Revision: D74198568
|
This pull request was exported from Phabricator. Differential Revision: D74198568 |
|
This pull request has been merged in 2d7342f. |
|
This pull request was successfully merged by @zeyap in 2d7342f When will my fix make it into a release? | How to file a pick request? |
|
This pull request has been reverted by dc737cb. |
…d infinite animation loop workaround Summary: ## Changelog: [General] [Changed] - Remove native animation fabric sync in JS and infinite animation loop workaround, when cxxNativeAnimated is enabled when cxxNativeAnimated is enabled, we'll sync native animation props back to Fabric in native, when that happens we can remove the code in JS for same purpose Differential Revision: D75789100
…te animation loop workaround Summary: ## Changelog: [General] [Changed] - Remove native animation fabric sync in JS and infinite animation loop workaround, when cxxNativeAnimated is enabled when cxxNativeAnimated is enabled, we'll sync native animation props back to Fabric in native, when that happens we can remove the code in JS for same purpose Reviewed By: sammy-SC Differential Revision: D75789100 fbshipit-source-id: 966e2b187f43e8743ccbf7ba97b8e8a27273fe0c
…c in JS and infinite animation loop workaround" Summary: Reverting for the same reason as D75108344. Original commit changeset: 966e2b187f43 Original Phabricator Diff: D75789100 Reviewed By: zijunl Differential Revision: D76352826
…and infinite animation loop workaround" (#51933) Summary: ## Changelog: [General] [Changed] - Revert a previous change that caused UI regression Pull Request resolved: #51933 Reverting for the same reason as D75108344. Original commit changeset: 966e2b187f43 Original Phabricator Diff: D75789100 Reviewed By: zijunl Differential Revision: D76352826 fbshipit-source-id: bfae95e2fe66b19b9d615eb5290c0ca5964088e3
Summary: ## Changelog: [Internal] [Changed] - Gate logic to remove js sync at end of native animation loop because facebook#51264 is causing regression in some cases, and was recently reverted again in facebook#51933 . Using an extra feature flag to gate this potential optimization Differential Revision: D76759441
…k#52068) Summary: Pull Request resolved: facebook#52068 ## Changelog: [Internal] [Changed] - Gate logic to remove js sync at end of native animation loop because facebook#51264 is causing regression in some cases, and was recently reverted again in facebook#51933 . Using an extra feature flag to gate this potential optimization Reviewed By: lenaic Differential Revision: D76759441
…k#52068) Summary: Pull Request resolved: facebook#52068 ## Changelog: [Internal] [Changed] - Gate logic to remove js sync at end of native animation loop because facebook#51264 is causing regression in some cases, and was recently reverted again in facebook#51933 . Using an extra feature flag to gate this potential optimization Reviewed By: lenaic Differential Revision: D76759441
Summary: Pull Request resolved: #52068 ## Changelog: [Internal] [Changed] - Gate logic to remove js sync at end of native animation loop because #51264 is causing regression in some cases, and was recently reverted again in #51933 . Using an extra feature flag to gate this potential optimization Reviewed By: lenaic Differential Revision: D76759441 fbshipit-source-id: 6950ab746b02af6e0b710ded0ddb6993673e5212
Summary:
Changelog:
[General] [Changed] - Remove native animation fabric sync in JS and infinite animation loop workaround, when cxxNativeAnimated is enabled
when cxxNativeAnimated is enabled, we'll sync native animation props back to Fabric in native, when that happens we can remove the code in JS for same purpose
Differential Revision: D74198568