react-native/Libraries/NativeAnimation/Nodes
Ryan Gomba 7e869b9d0a Drive any numerical prop via NativeAnimated
Summary:
In theory, we should be able to animate any non-layout property, including custom ones. While there is still work to be done on the native side to fully enable this, we should start by dropping the prop whitelist.
Closes https://github.com/facebook/react-native/pull/10658

Differential Revision: D4379031

Pulled By: ericvicenti

fbshipit-source-id: fe9c30ea101e93a8b260d7d09a909fafbb82fee6
2017-01-26 18:28:53 -08:00
..
RCTAdditionAnimatedNode.h Add support for native animations on iOS 2016-06-09 10:43:51 -07:00
RCTAdditionAnimatedNode.m Add support for native animations on iOS 2016-06-09 10:43:51 -07:00
RCTAnimatedNode.h Fix NativeAnimation invalidation & races on iOS 2016-11-28 11:13:31 -08:00
RCTAnimatedNode.m Fix NativeAnimation invalidation & races on iOS 2016-11-28 11:13:31 -08:00
RCTDiffClampAnimatedNode.h Add support for DiffClamp node 2016-09-06 15:43:35 -07:00
RCTDiffClampAnimatedNode.m Move all header imports to "<React/..>" 2016-11-23 07:58:39 -08:00
RCTDivisionAnimatedNode.h Introduced AnimatedDivision 2016-09-26 16:43:51 -07:00
RCTDivisionAnimatedNode.m Move all header imports to "<React/..>" 2016-11-23 07:58:39 -08:00
RCTInterpolationAnimatedNode.h Add support for native animations on iOS 2016-06-09 10:43:51 -07:00
RCTInterpolationAnimatedNode.m Add support for clamping for NativeAnimated on iOS 2016-10-20 14:13:38 -07:00
RCTModuloAnimatedNode.h Modulo node 2016-08-31 14:43:43 -07:00
RCTModuloAnimatedNode.m Modulo node 2016-08-31 14:43:43 -07:00
RCTMultiplicationAnimatedNode.h Add support for native animations on iOS 2016-06-09 10:43:51 -07:00
RCTMultiplicationAnimatedNode.m Add support for native animations on iOS 2016-06-09 10:43:51 -07:00
RCTPropsAnimatedNode.h Drive any numerical prop via NativeAnimated 2017-01-26 18:28:53 -08:00
RCTPropsAnimatedNode.m Drive any numerical prop via NativeAnimated 2017-01-26 18:28:53 -08:00
RCTStyleAnimatedNode.h Fix NativeAnimation invalidation & races on iOS 2016-11-28 11:13:31 -08:00
RCTStyleAnimatedNode.m Fix NativeAnimation invalidation & races on iOS 2016-11-28 11:13:31 -08:00
RCTTransformAnimatedNode.h Fix NativeAnimation invalidation & races on iOS 2016-11-28 11:13:31 -08:00
RCTTransformAnimatedNode.m Drive any numerical prop via NativeAnimated 2017-01-26 18:28:53 -08:00
RCTValueAnimatedNode.h Move all header imports to "<React/..>" 2016-11-23 07:58:39 -08:00
RCTValueAnimatedNode.m Add extractOffset to Animated 2016-11-07 20:43:37 -08:00