Skip to content

Files

Latest commit

 

History

History
 
 

AnimatingViews

name description page_type languages products urlFragment
Xamarin.Mac - AnimatingViews
The Animating View sample shows how to use CoreAnimation to animate views. The code that does the animation lives in the...
sample
csharp
xamarin
animatingviews

AnimatingViews

The Animating View sample shows how to use CoreAnimation to animate views. The code that does the animation lives in the AnimatingViewsWindowController.cs file and shows how to animate either using the simple API (just assigning a value to the Frame property) or manually controlling the animation's properties.

AnimatingViews application screenshot

Prerequisites

Running the sample

  1. Open the solution file (.sln) in Visual Studio for Mac.
  2. Use the Run button or menu to start the app.