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

Negative number #49

Open
MariaJsn opened this issue Oct 29, 2020 · 1 comment
Open

Negative number #49

MariaJsn opened this issue Oct 29, 2020 · 1 comment

Comments

@MariaJsn
Copy link

I want to start my slider from -100 to 100.
I can set the -100 on slider but when I try to slide bubble not show negative numbers.
Is it possible to work with negative numbers?

@pirogman
Copy link

the fraction goes from 0.0 to 1.0, so you can just say your resulting value = fraction * 200 - 100 and have a needed display range

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