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
Hi! I have a situation where need to change the shared value with a calculated delay which depend on the state of animation of the another shared value. Here is the code:
I know that in v1 used a clock value to track the animation progress time, Is there a way to keep track of time in v2?
I got a red message "nextAnimation.onStart is not a function....", it works using "withTiming(1 , {duration: 0})" instead of "true". Is there a better solution to change value with delay?
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! I have a situation where need to change the shared value with a calculated delay which depend on the state of animation of the another shared value. Here is the code:
Beta Was this translation helpful? Give feedback.
All reactions