From e9b722bf327939cb055a5a75ea8cf817e6d7e3aa Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Mon, 27 Aug 2018 20:19:24 +0000 Subject: [PATCH] Deploy website Deploy website version based on 95c3f3499d2873ec5857832a3fe1490619bb7604 --- docs/next/animated.html | 12 ++++++++++++ docs/next/animated/index.html | 12 ++++++++++++ docs/next/building-from-source.html | 8 ++++---- docs/next/building-from-source/index.html | 8 ++++---- 4 files changed, 32 insertions(+), 8 deletions(-) diff --git a/docs/next/animated.html b/docs/next/animated.html index 3f4e22c98ab..a9fa4736b37 100644 --- a/docs/next/animated.html +++ b/docs/next/animated.html @@ -287,11 +287,23 @@
static unforkEvent(event, listener)
 

Properties

+

Value

+

Standard value class for driving animations. Typically initialized with new Animated.Value(0);


+

ValueXY

+

2D value class for driving 2D animations, such as pan gestures.


+

Interpolation

+

Exported to use the Interpolation type in flow.


+

Node

+

Exported for ease of type checking. All animated values derive from this class.


+

createAnimatedComponent

+

Make any React component Animatable. Used to create Animated.View, etc.


+

attachNativeEvent

+

Imperative API to attach an animated value to an event on a view. Prefer using Animated.event with useNativeDrive: true if possible.

← AlertIOSAppRegistry →