PhaseSlider icon indicating copy to clipboard operation
PhaseSlider copied to clipboard

How to scale the Slider group?

Open vitorregisrr opened this issue 6 years ago • 1 comments

I wanna add a feature that resizes the slider group, how can i? I didnt understand this part of the code. Why when i scale the main group the content dont scale? Like: slider.sliderMainGroup.scale.setTo(2,2);

vitorregisrr avatar Oct 11 '18 17:10 vitorregisrr

Have you tried slider.prototype.sliderMainGroup.scale.setTo(2,2) otherwise you might not be able to scale the slider from the outside, which makes sense because it would probably mess with the mask as well. This needs to be done from inside the slider plugin code probably.

netgfx avatar Oct 15 '18 05:10 netgfx