-
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 transform matrix #36935
Conversation
This pull request was exported from Phabricator. Differential Revision: D45055381 |
Base commit: 7495883 |
Summary: Pull Request resolved: facebook#36935 With the addition of AnimatedObject, animating prop values with arbitrary map/array nestings are possible (including transform matrix). Note: this is only enabled when ReactNativeFeatureFlags.useAnimatedObjectForTransform is true. Changelog: [General][Added] - Enable animating skew in transforms with native driver Differential Revision: D45055381 fbshipit-source-id: 66bb3ee37922b2ad1ee33d628f95020f43fb33f6
9680e44
to
b98f21d
Compare
This pull request was exported from Phabricator. Differential Revision: D45055381 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D45055381 |
Summary: Pull Request resolved: facebook#36935 With the addition of AnimatedObject, animating prop values with arbitrary map/array nestings are possible (including transform matrix). Note: this is only enabled when ReactNativeFeatureFlags.useAnimatedObjectForTransform is true. Changelog: [General][Added] - Enable animating skew in transforms with native driver Differential Revision: D45055381 fbshipit-source-id: 76cc0af2cf13c829d48cde3e4431d120be9e0f35
b98f21d
to
5ea2b58
Compare
Summary: Pull Request resolved: facebook#36935 With the addition of AnimatedObject, animating prop values with arbitrary map/array nestings are possible (including transform matrix). Note: this is only enabled when ReactNativeFeatureFlags.useAnimatedObjectForTransform is true. Changelog: [General][Added] - Enable animating skew in transforms with native driver Reviewed By: mdvacca Differential Revision: D45055381 fbshipit-source-id: c1955f97b22a9f8873242cd494fa6a0a1df1b955
5ea2b58
to
54896a1
Compare
This pull request was exported from Phabricator. Differential Revision: D45055381 |
Summary: Pull Request resolved: facebook#36935 With the addition of AnimatedObject, animating prop values with arbitrary map/array nestings are possible (including transform matrix). Note: this is only enabled when ReactNativeFeatureFlags.useAnimatedObjectForTransform is true. Changelog: [General][Added] - Enable animating skew in transforms with native driver Reviewed By: mdvacca Differential Revision: D45055381 fbshipit-source-id: c0bad995b255142ab8e420e9d5c9bd48bc9db540
This pull request was exported from Phabricator. Differential Revision: D45055381 |
54896a1
to
7a5f7a5
Compare
This pull request has been merged in 4934cdb. |
Summary: Pull Request resolved: facebook#36935 With the addition of AnimatedObject, animating prop values with arbitrary map/array nestings are possible (including transform matrix). Note: this is only enabled when ReactNativeFeatureFlags.useAnimatedObjectForTransform is true. Changelog: [General][Added] - Enable animating skew in transforms with native driver Reviewed By: mdvacca Differential Revision: D45055381 fbshipit-source-id: 1b9224c0603ca7e89cd6f220d38a4579a4722e02
Summary: Pull Request resolved: facebook#36935 With the addition of AnimatedObject, animating prop values with arbitrary map/array nestings are possible (including transform matrix). Note: this is only enabled when ReactNativeFeatureFlags.useAnimatedObjectForTransform is true. Changelog: [General][Added] - Enable animating skew in transforms with native driver Reviewed By: mdvacca Differential Revision: D45055381 fbshipit-source-id: 1b9224c0603ca7e89cd6f220d38a4579a4722e02
Summary:
With the addition of AnimatedObject, animating prop values with arbitrary map/array nestings are possible (including transform matrix).
Note: this is only enabled when ReactNativeFeatureFlags.isAnimatedObjectEnabled is true.
Changelog:
[General][Added] - Enable animating skew in transforms with native driver
Differential Revision: D45055381