Skip to content
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

Trainstation animation style [JDClassicFlipNumberView] #19

Open
calimarkus opened this issue Jan 21, 2013 · 3 comments
Open

Trainstation animation style [JDClassicFlipNumberView] #19

calimarkus opened this issue Jan 21, 2013 · 3 comments
Labels

Comments

@calimarkus
Copy link
Owner

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

@Gernot
Copy link

Gernot commented Jan 21, 2013

IIRC, in real displays, the numbers flip independently, but only one way, never backwards.

@calimarkus
Copy link
Owner Author

yes that is how i meant it :) you may start with your PR :D

@Gernot
Copy link

Gernot commented Jan 21, 2013

Ah, right, I just read "upwards" on your 2nd example and ignored the number ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants