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
Hello,
I was digging to find out why my model does not show up after the second iteration of transition with useChain and useSpring while changing values of timeSteps seems to fix it. Could be possible?
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
-
Hello,
I was digging to find out why my model does not show up after the second iteration of transition with
useChain
anduseSpring
while changing values of timeSteps seems to fix it. Could be possible?I prepared a codesandbox here: https://codesandbox.io/s/nostalgic-bohr-lqxo7
You can see that with
[0, openPanel? 0.2 : 0.5]
is working while with[0, openPanel ? 0.1 : 0.6]
after the first iteration no model show up.If not, what am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions