react-native/Libraries/NativeAnimation/Nodes
Vladislav Pilgasov 4906f8d28c Add an implementation of Animated.subtract
Summary:
Fixes #18451

I've added another example to NativeAnimationsExample, which makes use of `Animated.substract()`, let me know if the example is not desired / doesn't add much value. Below two GIFs of the new method working on iOS and Android:

<img width="320" src="https://user-images.githubusercontent.com/1437605/38154748-165cc5f8-3474-11e8-8b31-504444271896.gif" />
<img width="320" src="https://user-images.githubusercontent.com/1437605/38154749-1679bff0-3474-11e8-80b1-b558d44e0494.gif" />

<!--
  Required: Write your test plan here. If you changed any code, please provide us with
  clear instructions on how you verified your changes work. Bonus points for screenshots and videos!
-->

https://github.com/facebook/react-native-website/pull/276

[GENERAL] [ENHANCEMENT] [Animated] - Implemented Animated.subtract
Closes https://github.com/facebook/react-native/pull/18630

Differential Revision: D7462867

Pulled By: hramos

fbshipit-source-id: 4cb0b8af08bb0c841e44ea2099889b8c02a22a4a
2018-03-30 21:08:52 -07:00
..
RCTAdditionAnimatedNode.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTAdditionAnimatedNode.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTAnimatedNode.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTAnimatedNode.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTDiffClampAnimatedNode.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTDiffClampAnimatedNode.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTDivisionAnimatedNode.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTDivisionAnimatedNode.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTInterpolationAnimatedNode.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTInterpolationAnimatedNode.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTModuloAnimatedNode.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTModuloAnimatedNode.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTMultiplicationAnimatedNode.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTMultiplicationAnimatedNode.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTPropsAnimatedNode.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTPropsAnimatedNode.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTStyleAnimatedNode.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTStyleAnimatedNode.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTSubtractionAnimatedNode.h Add an implementation of Animated.subtract 2018-03-30 21:08:52 -07:00
RCTSubtractionAnimatedNode.m Add an implementation of Animated.subtract 2018-03-30 21:08:52 -07:00
RCTTrackingAnimatedNode.h Check PATENTS does not creep into files 2018-03-01 08:22:05 -08:00
RCTTrackingAnimatedNode.m Check PATENTS does not creep into files 2018-03-01 08:22:05 -08:00
RCTTransformAnimatedNode.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTTransformAnimatedNode.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTValueAnimatedNode.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTValueAnimatedNode.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00