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 created a responsive rectangle path svg, and implement it in svgPath with animation, i am able to do the animation like my rectangle created perfectly but i am unable to do it smoothly, what should i do
here is my code
const [plateAnimate] = useState(new Animated.Value(0));
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You may also mark this issue as a "discussion" and I will leave this open.
Could you provide a repo with a simple reproduction of the issue and more descriptive comment of what you are trying to achieve exactly? It is hard to say anything without it.
Hi, i created a responsive rectangle path svg, and implement it in svgPath with animation, i am able to do the animation like my rectangle created perfectly but i am unable to do it smoothly, what should i do
here is my code
const [plateAnimate] = useState(new Animated.Value(0));
plateAnimate.setValue(DataStore.getState().general.currentSecMin.sec);
I hope you understad the code and i am asking the right place
The text was updated successfully, but these errors were encountered: