[SOLVED] How could we change the width of an ui image with time?

It is in reference to a loading bar for timer.

Got it, thanks anyways.

this.progressImage.element.width += dt;
this.progressImage.element.width -= dt;

1 Like