Related resources for WPF animation
  • WormRace Game using WPF and C#1/29/2013 6:01:39 AM. This article demonstrates how to build WormRace game using WPF animations.
  • Simple Animation Using WPF1/13/2013 4:02:11 PM. Here I provide code showing simple animation with the FontSize Property and user defined values.
  • Animated Banners in XAML9/29/2012 8:16:31 AM. This article shows how to use animation related controls in XAML to create an animated banner with animations such as gradient colors, text rotation, and resize the banner text.
  • Animating your XAML Apps5/13/2012 12:37:07 PM. This article will describe how to do 2D Animation using XAML Scripts. In the article we will describe how to implement transforms on XAML shapes and then how to move them around in your form.
  • Animation in WPF Application2/14/2012 10:40:13 AM. Animation is one of the finest features in a WPF application which give us the ability to create many types of animations. Here we will make a rectangle that will rotate at a fixed position.
  • PointAnimation in WPF12/6/2010 4:47:34 AM. In this article you will learn how to use PointAnimation in WPF and also learn how to animate an ellipse from one point to another with PointAnimation.