wpf-animation

Extracting frames from a WPF storyboard

I would like to generate a set of still-frames from an animated WPF storyboard. My goal is to be able to specify a frame-rate, and 'record' any WPF Storyboard, which will generate still PNG images of each 'step' in the timeline. Then I can wire them together any way I like (animated GIF, AVI etc etc). Can anyone with indepth experience w...

WPF - How to make text scroll vertically AND Pause

I have a portion of my page dedicated to showing credits and there are three textblocks that scroll vertically. I need each line however to pause when it gets into position (a position in the panel) and then continue after a second or so. Without making this all very complex, I don't know how to do this. I had all three lines scrollin...