We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When changing a number, e.g. 3520 to 9250 every digit should animate on its own to the new number iterating over every digit inbetween.
Means: 3 to 9 (in 6 flips) 5 upwards to 2 (in 7 flips) 2 to 5 (in 3 flips) 0 stays like it is (0 flips)
Working Title: JDClassicFlipNumberView
The text was updated successfully, but these errors were encountered:
IIRC, in real displays, the numbers flip independently, but only one way, never backwards.
Sorry, something went wrong.
yes that is how i meant it :) you may start with your PR :D
Ah, right, I just read "upwards" on your 2nd example and ignored the number ;-)
No branches or pull requests
When changing a number, e.g. 3520 to 9250 every digit should animate on its own to the new number iterating over every digit inbetween.
Means:
3 to 9 (in 6 flips)
5 upwards to 2 (in 7 flips)
2 to 5 (in 3 flips)
0 stays like it is (0 flips)
Working Title: JDClassicFlipNumberView
The text was updated successfully, but these errors were encountered: