-
WPF comes with great support for animation using XAML without needing to code this in for example C#. With Silverlight (fka "WPF/E") you can also do animations from XAML. If you want to perform custom animations in code that you can't do using XAML, you need timers. In the full blown WPF you have several...