rxcksfr
(Batman)
August 1, 2023, 5:16pm
#1
i would like to use tweenservice to tween it just like this image
2 Likes
MP3Face
(MP3Face)
August 1, 2023, 5:36pm
#2
Same concept as this. Based on your image it’s either two images, where one is on-top of the other and the transparency is tweened, or a single image with a sharp jump between colors in the color NumberSequence rather than the transparency.
Sure, add a UIGradient to the bar. Edit its Transparency number sequence (click the “…” to get to the graph editor). Make it have a sharp jump from 0 to 1 transparency at the end of the sequence, like having time 0 set to value 0, time 0.999 set to value 0, then time 1 set to value 1.
Now, you can make the bar animate by setting the UIGradients’ Offset vector2. Without rotating it, you’ll be animating the Offset.X value from 0 (100% full) to -1 (0% full). You can see how that would look by sett…
(This should be moved to #help-and-feedback:art-design-support btw)
3 Likes
VSCPlays
(VSCPlays)
August 1, 2023, 8:12pm
#3
low quality support topics are now allowed in #development-discussion