Sequencing user interaction animations with static animations. #1130
-
Hi everybody, First of all thanks for developing react-spring, is definitely a great step in achieving mobile-like animations on web. I would like to discuss the following 2 topics:
Thanks again for developing this tool. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I recommend making a minimal sandbox so others can understand your issue better. For point 2, you might want to try setting the |
Beta Was this translation helpful? Give feedback.
I recommend making a minimal sandbox so others can understand your issue better.
For point 2, you might want to try setting the
config.precision
prop to a higher value (eg: 0.1) so it stops animating once close enough to the goal value. This will resolve the promise faster.