Progress bar properties has to be set before creating the progress bar. Make sure that text color is not WHITE since background is also WHITE.
For this action animate progress is not suitable as it just animates the progress from 0 to max within specified duration. To animate the custom value of progress you need to use update progress to update it with a new progress value. You may also use Clock component to update the progress at a specified interval of time.