I have a progress bar that is bound to the variable (initial value = 100) that is decreased by 25 every 0.5 seconds, so now I have a properly working system but progress bar jumps from one value to another and it doesn’t look good. Is there any way to smoothly animate this? Add some sort of transition effect when the value decreases?