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

When a specific number is changed, the next number is displayed in advance. #55

Open
Yongsoo2 opened this issue Dec 8, 2023 · 2 comments

Comments

@Yongsoo2
Copy link

Yongsoo2 commented Dec 8, 2023

In the process of changing from 0 to 9, 9 is exposed first.

The phenomenon was confirmed in version 1.4.0,
This phenomenon did not occur in the previous 0.5.0 version.

Can you solve this problem?

[code]
return SlideCountdown( duration: Duration(days: 1) );

v1.4.0 - issue

Screen_Recording_20231208-111456_v1.4.0.mp4

v0.5.0

Screen_Recording_20231208-111002_v0.5.0.mp4
@Yongsoo2
Copy link
Author

Yongsoo2 commented Dec 8, 2023

Additionally, there is a problem when changing from '00' to '59'.

Screen_Recording_20231208-145239_1.mp4

@farhanfadila1717
Copy link
Owner

Thanks @Yongsoo2 for filling this issue! Seems the first digit lately trigger animation, I have fix this issue in 1.5.0.

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

No branches or pull requests

2 participants