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
After fiddling around way too long to import this into my solidjs app I notice that this throws when incrementing to a new digit (eg. 9->10, 99->100 etc.):
Not perfect (number flip over 0 is also not the best animation) but it's way better compared to this. Honestly this repos' source code is just an utter mess
@EliasDerHai For solving this bug, may i ask you to provide a minimal repreducible example?
Developer must know the maximum number of digits before executing the animation. And they should set it in new Flip at first. Animations that exceed the pre-set maximum number of digits can cause an error.
After fiddling around way too long to import this into my solidjs app I notice that this throws when incrementing to a new digit (eg. 9->10, 99->100 etc.):
The text was updated successfully, but these errors were encountered: