This is a migrated thread and some comments may be shown as answers.

First navigation shows no animation.

0 Answers 63 Views
PhoneApplicationFrame
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
CrisRowlands
Top achievements
Rank 2
CrisRowlands asked on 09 Dec 2011, 02:29 AM
Im encountering a problem where it shows no animation when first navigating into the app.

In MainPage.xaml I have added:
<telerikPrimitives:RadTransitionControl.Transition>
    <telerikPrimitives:RadTileTransition/>
</telerikPrimitives:RadTransitionControl.Transition>

And I have set this In MainPage.xaml.cs in the constructor:
this.SetValue(RadTileAnimation.ContainerToAnimateProperty, this.MenuStack);

Now I realize this means 'ContainerToAnimateProperty' is set before the page has even been loaded, but it seems to work just fine on every other page in my game.

The problem is that during the first navigation, from the start page into the app, no animation takes place; it just appears.

Any ideas how to fix this?
Tags
PhoneApplicationFrame
Asked by
CrisRowlands
Top achievements
Rank 2
Share this question
or