aframe-inspector icon indicating copy to clipboard operation
aframe-inspector copied to clipboard

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

Open ngokevin opened this issue 9 years ago • 1 comments

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.

ngokevin avatar Jul 05 '16 23:07 ngokevin

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

cvan avatar Jul 07 '16 07:07 cvan