-
Subscribe to the Blog
-
Recent Posts
Categories
- Miscellaneous (8)
- Projects (5)
- Uncategorized (1)
- Waterloo (10)
- WPF (4)
Archives
- January 2012 (1)
- February 2010 (1)
- January 2010 (1)
- December 2009 (1)
- October 2009 (1)
- September 2009 (4)
- August 2009 (5)
- July 2009 (4)
- January 2009 (1)
- April 2008 (1)
- February 2008 (1)
- January 2008 (1)
- October 2007 (1)
- September 2007 (4)
WPF Title Animator
Over the course of my last work term with Systemgroup, we built a wealth management application using WPF to see what it was all about (pictures and a longer description are in my career portfolio). And while I had an absolutely amazing time creating the patterns and practices for such an application in WPF, there wasn’t much time (nor budget) to get carried away, so one weekend I decided to check out WPF animation on my own. This is the result of that experimentation.
Title Animator Details
The title animator is a simple WPF application, and can be run standalone on any computer with .NET 3.0 installed (the executable is in the /bin/debug/ folder of the zip file below). For the developers out there, the full source code (a Visual Studio 2005 project) is available for you to modify to your heart’s content — the text displayed is generated from an array of strings established in the window’s constructor. Systemgroup and I ended up using the code to build a neat about screen into our application; simply compile the project as a class library and include in your project, launching the window to display the full animation. The application can be closed by pressing a key on the keyboard or clicking the mouse.
WPF Title Animator source code [zip, 600K]