aholachek / react-animation-comparison

A tour of React animation libraries with a focus on developer experience
https://alex.holachek.com/react-animation-comparison
686 stars 38 forks source link

Framer motion: Reduce wait time b/w parent and children animation with restDelta… #9

Open bruskowski opened 4 years ago

bruskowski commented 4 years ago

I do wish it was possible to minimize the wait time between the parent and child animations.

Not sure if this is what you had in mind, but in a way it is (now) possible to reduce the wait time between parent and child animations in your example by increasing restSpeed and restDelta

By the way, thank you for this great comparison!