Problem with multiple animation steps #1108
Answered by arturhenryy
arturhenryy asked this question in Support
-
| Hello i am quite new to react-spring and i am struggling to figure out what i am doing wrong here. so i would expect the steps from Start of progress bar animation happen consecutively but so it animates first to 20% in 600ms than 40% in 600ms and so on, but somehow it happens all at once and the progress bar animation delays for some time and then goes to 100% all at once. |
Beta Was this translation helpful? Give feedback.
Answered by arturhenryy Aug 6, 2020
Replies: 1 comment
-
| ok solved it, i had a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by arturhenryy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
ok solved it, i had a
transition: "all 0.3s ease"
on the element to be animated lol 🙄