paper-slider
paper-slider copied to clipboard
Feature request: Vertical orientation
It would be great if there was a vertical orientation option. I'd to be able to have
My use case is a volume control in a video player component. In mobile, there isn't enough space on the control bar for a horizontal orientation. I could also see this orientation being useful for controls that we normally encounter vertically in the real world.
Hi, I have the same requirement. Tried making transform styles, however, the slider knob started behaving abnormally. had to skip and comment
// getElement().getStyle().set("transform", "rotate(90deg)"); // getElement().getStyle().set("transform-origin", "75px 75px");