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

sliders should account for min/max values for calculating step/speed when dragging #91

Open
ngokevin opened this issue Jul 5, 2016 · 1 comment

Comments

@ngokevin
Copy link
Member

ngokevin commented Jul 5, 2016

Trying to drag geometry.thetaLength which can be 0 to 360. When I try to drag the value, the most I can do is like 5 degrees at a time.

Editor perhaps should know that the max is 360 to calculate how fast the slider should change the value.

@cvan
Copy link
Contributor

cvan commented Jul 7, 2016

We should use proper input[type=number] and input[type=range] (issue #29).

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