From 9a57cc80ba84beb4fa09739ab3b53ec6d9606f46 Mon Sep 17 00:00:00 2001
From: Website Deployment Script
Make any React component Animatable. Used to create Animated.View, etc.
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.
exported to use the Interpolation type in flow
Standard value for driving animations. One Animated.Value can drive
multiple properties in a synchronized fashion, but can only be driven by one
mechanism at a time. Using a new mechanism (e.g. starting a new animation,
or calling setValue) will stop any previous ones.
Directly set the value. This will stop any animations running on the value
@@ -131,7 +131,7 @@ API to normal Animated.Value, but multiplexed. Contains two regula
}
}
Converts {x, y} into {left, top} for use in style, e.g.
Converts {x, y} into a useable translation transform, e.g.
You can edit the content above on GitHub and send us a pull request!
Examples # | Edit on GitHub |
You can edit the content above on GitHub and send us a pull request!
Examples # | Edit on GitHub |