From 2b0312b944dc9decafaf1fa3088a9c5024240317 Mon Sep 17 00:00:00 2001 From: Rishi Mukherjee Date: Tue, 9 May 2017 01:23:43 +0530 Subject: [PATCH] Update Animations.md --- docs/Animations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Animations.md b/docs/Animations.md index faaea60ea6c7c6..a0f5750dd648ae 100644 --- a/docs/Animations.md +++ b/docs/Animations.md @@ -195,7 +195,7 @@ This can easily be done by modifying `style` from the example above like so: ``` [`interpolate()`](docs/animated.html#interpolate) supports multiple range segments as well, which is handy for defining dead zones and other handy tricks. -For example, to get an negation relationship at -300 that goes to 0 at -100, then back up to 1 at 0, and then back down to zero at 100 followed by a dead-zone that remains at 0 for everything beyond that, you could do: +For example, to get a negation relationship at -300 that goes to 0 at -100, then back up to 1 at 0, and then back down to zero at 100 followed by a dead-zone that remains at 0 for everything beyond that, you could do: ```javascript value.interpolate({ @@ -490,4 +490,4 @@ option](http://facebook.github.io/react-native/blog/2017/02/14/using-native-driv You may also want to defer any computationally intensive work until after animations are complete, using the [InteractionManager](docs/interactionmanager.html). You can monitor the -frame rate by using the In-App Developer Menu "FPS Monitor" tool. \ No newline at end of file +frame rate by using the In-App Developer Menu "FPS Monitor" tool.