Tagged Questions
6
votes
2answers
1k views
Scrolling credits screen in WPF… ideas?
I'm looking to create a (possibly 3D) scrolling credits screen for my app, that is similar to what you might see at the end of a movie, but should be able to include graphics, animations, etc.
What ...
0
votes
2answers
1k views
WPF Credits effect problem: StoryBoard to animate a StackPanel that extends the height of the window
This is my first WPF project. I'm trying to get a rolling credits effect with a bunch of banner-shaped PNG's stacked on top of each other vertically.
My current approach is to have a bunch of images ...