Pass a to
property to React Spring's useSpring to chain together multiple animations asynchronously.
In addition to props
, useSpring
also returns set
and stop
methods. In this lesson you will see how the stop
method doesn't abruptly stop your animation, but instead tries to reset your animation back to where it was before it took off.