I’m trying to make a charging bar but,
When the size increases at first it’s like this;
Then when it’s nearly finished the charging bar appears like this;
Any fixes to make the end of the bar fixed?
I’m trying to make a charging bar but,
When the size increases at first it’s like this;
Then when it’s nearly finished the charging bar appears like this;
Any fixes to make the end of the bar fixed?
Use a frame with ClipsDescendants on and tween the position of the bar instead of its size. This is typically what I might do for a bar like this, but you might find trouble in this solution because both ends of the bar are rounded. Depends on if the container is overlayed on top of the bar.