Silverlight 3 - Create a nice Navigation Flip
Posted by: Laurent Duveau,
on 21 Apr 2009 |
View original | Bookmarked: 0 time(s)
Here is a sample we made at RunAtServer using Silverlight 3 Perspective 3D feature and the new Navigation API to create a nice navigation flip!
Video
How does it work ?
Short story The app use the new navigation api to navigate while animating a 3d flip transformation.
Long story The main xaml has a Frame element in a StackPanel with an associated PlaneProjection:<StackPanel x:Name="mainContentPageContainer" Grid.Row="2">
<StackPanel.Projection>
...