2019-07-19 02:35:50 +03:00
|
|
|
---
|
|
|
|
name: Xamarin.iOS - Core Animation
|
2019-08-02 05:45:18 +03:00
|
|
|
description: "Illustrates how to use core animation in Xamarin.iOS. It covers View Animations with both animation blocks and block animations"
|
2019-07-19 02:35:50 +03:00
|
|
|
page_type: sample
|
|
|
|
languages:
|
|
|
|
- csharp
|
|
|
|
products:
|
|
|
|
- xamarin
|
|
|
|
urlFragment: coreanimation
|
|
|
|
---
|
|
|
|
# Core Animation
|
2011-10-01 00:45:48 +04:00
|
|
|
|
2019-08-02 05:45:18 +03:00
|
|
|
This sample illustrates how to use core animation in Xamarin.iOS. It covers View
|
2011-10-02 19:18:47 +04:00
|
|
|
Animations with both animation blocks and block animations, as well as advanced
|
|
|
|
layer animations, and view transitions.
|
2011-10-01 00:45:48 +04:00
|
|
|
|
2019-07-19 02:35:50 +03:00
|
|
|
![Core Animation application screenshot](Screenshots/01.png "Core Animation application screenshot")
|