You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of this issue: #1140 (useTrail Animation has no transition effect ?),
our team decided to use v8.0.27 in our project.
Then we stuck on this issue: #1160 (skipAnimation and infinite loop animations),
no matter skipAnimation is enabled or not, while loop crashes browser both v8.0.27 and v9.0.0-rc3.
So I'm trying using reset: true and onRest to loop animation,
but the animation now is not exactly what we want,
especially after added delays to it (Blue square and orange square will disappear in the middle air...).
We want each element constantly float up in different speeds, is there any other way to achieve it ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone ~ :D
Here is my CodeSandbox: https://codesandbox.io/s/sharp-sara-0xpni?file=/src/App.js
Because of this issue: #1140 (useTrail Animation has no transition effect ?),
our team decided to use v8.0.27 in our project.
Then we stuck on this issue: #1160 (skipAnimation and infinite loop animations),
no matter skipAnimation is enabled or not, while loop crashes browser both v8.0.27 and v9.0.0-rc3.
So I'm trying using
reset: true
andonRest
to loop animation,but the animation now is not exactly what we want,
especially after added delays to it (Blue square and orange square will disappear in the middle air...).
We want each element constantly float up in different speeds, is there any other way to achieve it ?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions