You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
The text was updated successfully, but these errors were encountered:
vitorregisrr
changed the title
How to scale the phaser?
How to scale the Slider group?
Oct 11, 2018
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.
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);
The text was updated successfully, but these errors were encountered: