
Hi Guys,
Is there any way to increase the animation speed of an indeterminate AnimatedProgressBar? The animated part just takes too long before it appears again (after it has disappeared). In my tests, it takes about 4 seconds before it reappears again - which gives the impression that there is no progress.
This should be very easy to reproduce. Just create an AnimatedProgressBar with IsIndeterminate=True and Width=700 (also make sure that ProgressBarThemeProperties.UseHighlightForIndeterminateIndicator=True; should be the default, anyway). Increasing the width will also make the time to reappear even longer.