I have a progress bar in WPF, I set a storyboard animation to it from 0-90 fillup over x period of time which may change based on the task that is being performed.
Would it be possible to allow its storyboard animation to play out in a different thread then interject into it to change various properties of the progress bar when needed?