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)
ValueStandard value class for driving animations. Typically initialized with new Animated.Value(0);
ValueXY2D value class for driving 2D animations, such as pan gestures.
InterpolationExported to use the Interpolation type in flow.
NodeExported for ease of type checking. All animated values derive from this class.
createAnimatedComponentMake any React component Animatable. Used to create Animated.View, etc.
attachNativeEventImperative API to attach an animated value to an event on a view. Prefer using Animated.event with useNativeDrive: true if possible.