-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Enable animating skew in transforms with native driver #36933
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
facebook-github-bot
added
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
p: Facebook
Partner: Facebook
Partner
fb-exported
labels
Apr 17, 2023
This pull request was exported from Phabricator. Differential Revision: D45053914 |
Base commit: 145af9a |
This pull request was exported from Phabricator. Differential Revision: D45053914 |
genkikondo
added a commit
to genkikondo/react-native
that referenced
this pull request
Apr 17, 2023
Summary: Pull Request resolved: facebook#36933 Skew is already supported on the platform side; there's no reason to disable animating it. Changelog: [General][Added] - Enable animating skew in transforms with native driver Differential Revision: D45053914 fbshipit-source-id: 0532815b9d42122b6f4471450506233abdf5dc12
genkikondo
force-pushed
the
export-D45053914
branch
from
April 17, 2023 18:55
6528f41
to
7ab13f7
Compare
genkikondo
added a commit
to genkikondo/react-native
that referenced
this pull request
Apr 17, 2023
Summary: Pull Request resolved: facebook#36933 Skew is already supported on the platform side; there's no reason to disable animating it. Changelog: [General][Added] - Enable animating skew in transforms with native driver Reviewed By: mdvacca Differential Revision: D45053914 fbshipit-source-id: 4b2d494e0403a4419d436aaeeae01095d0bbb27b
genkikondo
force-pushed
the
export-D45053914
branch
from
April 17, 2023 20:53
7ab13f7
to
ae25e93
Compare
This pull request was exported from Phabricator. Differential Revision: D45053914 |
Differential Revision: D45055855 fbshipit-source-id: 50431691d3aa57c2e7ff68dc0a29a8812f33e15b
Differential Revision: D45055381 fbshipit-source-id: 7b3e212f1a65e08556d22c0fad9430b8332da4b2
Summary: Pull Request resolved: facebook#36933 Skew is already supported on the platform side; there's no reason to disable animating it. Changelog: [General][Added] - Enable animating skew in transforms with native driver Reviewed By: mdvacca Differential Revision: D45053914 fbshipit-source-id: b9431c28791956085ed6f9bb90d49d4569b86cf7
This pull request was exported from Phabricator. Differential Revision: D45053914 |
genkikondo
force-pushed
the
export-D45053914
branch
from
April 17, 2023 22:12
ae25e93
to
8df329d
Compare
This pull request has been merged in 645b643. |
jeongshin
pushed a commit
to jeongshin/react-native
that referenced
this pull request
May 7, 2023
Summary: Pull Request resolved: facebook#36933 Skew is already supported on the platform side; there's no reason to disable animating it. Changelog: [General][Added] - Enable animating skew in transforms with native driver Reviewed By: mdvacca Differential Revision: D45053914 fbshipit-source-id: 31198c35eeb55211a3ff88c968707db65b025f49
OlimpiaZurek
pushed a commit
to OlimpiaZurek/react-native
that referenced
this pull request
May 22, 2023
Summary: Pull Request resolved: facebook#36933 Skew is already supported on the platform side; there's no reason to disable animating it. Changelog: [General][Added] - Enable animating skew in transforms with native driver Reviewed By: mdvacca Differential Revision: D45053914 fbshipit-source-id: 31198c35eeb55211a3ff88c968707db65b025f49
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
fb-exported
Merged
This PR has been merged.
p: Facebook
Partner: Facebook
Partner
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary:
Skew is already supported on the platform side; there's no reason to disable animating it.
Changelog:
[General][Added] - Enable animating skew in transforms with native driver
Differential Revision: D45053914