Creates a MotionValue to track the state and velocity of a value.
Usually, these are created automatically. For advanced use-cases, like use with useTransform, you can create MotionValues externally and pass them into the animated component via the style prop.
Creates a
MotionValueto track the state and velocity of a value.Usually, these are created automatically. For advanced use-cases, like use with
useTransform, you can createMotionValues externally and pass them into the animated component via thestyleprop.