ValueXY: AnimatedValueXY
2D value class for driving 2D animations, such as pan gestures.
class AnimatedValue
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.
Methods
constructor(value)
setValue(value)
Directly set the value. This will stop any animations running on th