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

Delay on transition

2 Answers 43 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.
bento
Top achievements
Rank 2
bento asked on 28 Sep 2013, 03:27 PM
Hi,

I have latest internal build, and implement this below on App.Xaml.cs, so I can set only specific pages will have transition effect. 

RootFrame = new RadPhoneApplicationFrame { Transition = new RadEmptyTransition() };

When I tried to implement on new project with 2 pages without set any transtition and have white background, there;s delay and black screen between. If I use RootFrame = new PhoneApplicationFrame(), no delay. How to remove the delay ?

Thanks.

2 Answers, 1 is accepted

Sort by
0
Accepted
Todor
Telerik team
answered on 02 Oct 2013, 08:06 AM
Hello Benyamin,

Thank you for your question.

You can set RadPhoneApplicationFrame's HoldNavigationUntilExitTransitionIsFinished to false. This will remove the delay.

Let me know if you need further assistance.
 
Regards,
Todor
Telerik
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
0
bento
Top achievements
Rank 2
answered on 02 Oct 2013, 08:19 AM
Thanks Todor... Works now.
Tags
PhoneApplicationFrame
Asked by
bento
Top achievements
Rank 2
Answers by
Todor
Telerik team
bento
Top achievements
Rank 2
Share this question
or