PhaseSlider
PhaseSlider copied to clipboard
How to scale the Slider group?
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);
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.