Related resources for Animation Tutorial
  • Moving Ball Animation in Windows Phone 73/14/2012 2:56:32 PM. In this article we will show an animation of a moving ball in a Windows Phone application through the application bar code buttons start and stop.
  • FrameBased vs TimeBased Animation in Windows Phone 72/19/2012 5:58:02 PM. In this article the content area of the XAML file has two TextBlock elements with RotateTransform objects set to their RenderTransform properties, and a Button that handles its OnClick event. The code-behind file saves the current time in a field and then attaches a handler for the CompositionTarget.Rendering event. This event handler is then called in synchronization with the video frame rate.