react-native-macos/Libraries/Animated
Genki Kondo 3f49e6763e Support color animation with native driver for Android
Summary:
Adds support for Animated.Color with native driver for Android. Reads the native config for the rbga channel AnimatedNodes, and on update(), converts the values into an integer (0xaarrggbb)

Followup changes will include support for iOS and platform colors.

Changelog:
[Android][Added] - Support running animations with AnimatedColor with native driver

Reviewed By: javache

Differential Revision: D33833600

fbshipit-source-id: 2bf05c9715b603cf014ace09e9308b2bfd67f30a
2022-01-29 13:51:41 -08:00
..
__tests__ Support string color values in Animated.Color 2022-01-27 17:36:35 -08:00
animations Support color animation with native driver for Android 2022-01-29 13:51:41 -08:00
components Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
nodes Support color animation with native driver for Android 2022-01-29 13:51:41 -08:00
Animated.js Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
AnimatedEvent.js Add platformConfig to native animations and nodes (#32736) 2022-01-19 19:45:21 -08:00
AnimatedImplementation.js Initial non-native implementation of AnimatedColor 2022-01-27 13:37:59 -08:00
AnimatedMock.js Initial non-native implementation of AnimatedColor 2022-01-27 13:37:59 -08:00
AnimatedPlatformConfig.js Add platformConfig to native animations and nodes (#32736) 2022-01-19 19:45:21 -08:00
AnimatedWeb.js Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
Easing.js make Easing an object, not a class 2022-01-25 15:23:46 -08:00
NativeAnimatedHelper.js Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
NativeAnimatedModule.js Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
NativeAnimatedTurboModule.js Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
SpringConfig.js Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
bezier.js Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
createAnimatedComponent.js Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
createAnimatedComponentInjection.js Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
createAnimatedComponent_EXPERIMENTAL.js Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
useAnimatedProps.js Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00