-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jump in visualization when values update #27
Comments
@hiatsu0 thank you for your report. |
Have you had time to try any solutions? I discussed the issue with GPT4’s Ask The Code and it suggested adding something like below to ” The issue arises because every time the power value is updated, the animation's key points are reset, causing the sphere to jump to the starting position of the animation. To fix this, we need to maintain the sphere's current position when updating its speed. Here's a potential solution:
” |
@hiatsu0 I've spent a lot of time now trying to implement the solution or different approaches. I think to fix this properly I have to reimplement the whole animation to not be a SVG animation. |
I’ve noticed some jumps in the animation associated with the values being updated (every 30sec in my case) and it may be proportional to the number of digits: When the current value drops from 3 digits to just 2, the jump appears larger than otherwise. The values themselves on that line move slightly sideways too and there is a miniscule jump in L3 even if the # of digits there remains the same.
Please see screen capture below. The values change from ~12A to ~9A here:
The text was updated successfully, but these errors were encountered: