Animated.Value, but multiplexed. Contains two regular Animated.Values under the hood.
Example
Reference
Methods
setValue()
setOffset()
setValue, an animation, or Animated.event. Useful for compensating things like the start of a pan gesture.
Parameters:
flattenOffset()
extractOffset()
addListener()
removeListener()
id param shall match the identifier previously returned by addListener().
Parameters:
removeAllListeners()
stopAnimation()
callback is invoked with the final value after stopping the animation, which is useful for updating state to match the animation position with layout.
Parameters:
resetAnimation()
getLayout()
{x, y} into {left, top} for use in style, e.g.
getTranslateTransform()
{x, y} into a useable translation transform, e.g.

