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
No description provided.
The text was updated successfully, but these errors were encountered:
could you describe a use-case for this functionality?
Sorry, something went wrong.
such as, i want the timer count from 0 to N, not count down from N to 0
do you have an example of a use for that case?
If someone really want to do count up, then they could do:
count = total - count_from_count_down
I know this is not pretty but I think we should keep the interface simple unless there is strong use case.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: