diff --git a/releases/next/docs/animated.html b/releases/next/docs/animated.html index 5e0f0757eae..49054d889e2 100644 --- a/releases/next/docs/animated.html +++ b/releases/next/docs/animated.html @@ -63,7 +63,8 @@ coefficient.
Spring animation based on Rebound and Origami. Tracks velocity state to
create fluid motions as the toValue updates, and can be chained together.
Creates a new Animated value composed from two Animated values added together.
Creates a new Animated value composed from two Animated values multiplied -together.
Starts an animation after the given delay.
Starts an array of animations in order, waiting for each to complete +together.
Creates a new Animated value that is the (non-negative) modulo of the +provided Animated value
Starts an animation after the given delay.
Starts an array of animations in order, waiting for each to complete before starting the next. If the current running animation is stopped, no following animations will be started.
Starts an array of animations all at the same time. By default, if one of the animations is stopped, they will all be stopped. You can override