It is very simple to add nice animation effects to your layout. Animations are important. It makes it easier for the user to track the layout changes.
By default, when a layout is loaded (or resized) the layout is animated. You can control the dumping ratio and duration in the main page settings:
It also simple to add animations when you change the layout programmatically.
View.SetLayoutAnimated - Changes the view position and size and allows you to animate the change.
View.SetAlphaAnimated - Smoothly changes the alpha level (transparency level).
View.SetColorAnimated - Smoothly changes the background color.
The attached example demonstrates the three animations.
You can see it in this video (it looks better on a real device):
Make sure to switch to HD by clicking on the small gear button.
By default, when a layout is loaded (or resized) the layout is animated. You can control the dumping ratio and duration in the main page settings:
It also simple to add animations when you change the layout programmatically.
View.SetLayoutAnimated - Changes the view position and size and allows you to animate the change.
View.SetAlphaAnimated - Smoothly changes the alpha level (transparency level).
View.SetColorAnimated - Smoothly changes the background color.
The attached example demonstrates the three animations.
You can see it in this video (it looks better on a real device):
Make sure to switch to HD by clicking on the small gear button.