1. 1
    Chain Together Multiple Animations With the useSpring Hook
    3m 38s

Chain Together Multiple Animations With the useSpring Hook

Share this video with your friends

Send Tweet

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.