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 |
|
|
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.
- Mac computer with the latest version of macOS.
- Visual Studio for Mac.
- Latest version of Xcode from Apple.
- Open the solution file (.sln) in Visual Studio for Mac.
- Use the Run button or menu to start the app.