From 16c2100c8fdaae70b2a82722ebc4194b37cd4438 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Mon, 9 Apr 2018 21:16:30 +0000 Subject: [PATCH] Deploy website Deploy website version based on 8b8686c0d354ca5541d62f37eb70ab44c1ee09c3 --- docs/next/animated.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/next/animated.html b/docs/next/animated.html index ccbf4b0a75b..0b143568c0b 100644 --- a/docs/next/animated.html +++ b/docs/next/animated.html @@ -58,9 +58,10 @@

Animations can also be chained together simply by setting the toValue of one animation to be another Animated.Value. See Tracking dynamic values in the Animations guide.

By default, if one animation is stopped or interrupted, then all other animations in the group are also stopped.

Combining animated values

-

You can combine two animated values via addition, multiplication, division, or modulo to make a new animated value:

+

You can combine two animated values via addition, subtraction, multiplication, division, or modulo to make a new animated value: