diff --git a/docs/animated.html b/docs/animated.html index f54c976c571..76dee74081a 100644 --- a/docs/animated.html +++ b/docs/animated.html @@ -76,7 +76,7 @@ sequence with successive delays. Nice for doing trailing effects.
null, // raw event arg ignored {dx: this._panX}, // gestureState arg ]),Make any React component Animatable. Used to create Animated.View, etc.
Standard value class for driving animations. Typically initialized with
-new Animated.Value(0);
2D value class for driving 2D animations, such as pan gestures.
An animatable View component.
An animatable Text component.
An animatable Image component.
Standard value for driving animations. One Animated.Value can drive
+new Animated.Value(0);
2D value class for driving 2D animations, such as pan gestures.