From d152ae0d5f4fd7f4e6123a8251bf30e28676bff8 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Tue, 29 Aug 2017 10:45:34 +0000 Subject: [PATCH] Updated docs for next --- releases/next/docs/animated.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/next/docs/animated.html b/releases/next/docs/animated.html index f23dd3895f1..de3a12e4056 100644 --- a/releases/next/docs/animated.html +++ b/releases/next/docs/animated.html @@ -1,7 +1,7 @@ Animated

Animated #

The Animated library is designed to make animations fluid, powerful, and easy to build and maintain. Animated focuses on declarative relationships between inputs and outputs, with configurable transforms in between, and -simple start/stop methods to control time-based animation execution.

The simplest workflow for creating an animation is to to create an +simple start/stop methods to control time-based animation execution.

The simplest workflow for creating an animation is to create an Animated.Value, hook it up to one or more style attributes of an animated component, and then drive updates via animations using Animated.timing():

Animated.timing( // Animate value over time this.state.fadeAnim, // The value to drive