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

How to remove the default transition effect from a page to another?

3 Answers 110 Views
TransitionControl
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Matheus
Top achievements
Rank 2
Matheus asked on 29 Mar 2012, 08:29 PM
Hello folks from Telerik. As aways thanks a lot for the amazing support you're always giving us users.

I wonder if there is a way to remove the default transition in a specific page. Since the root of my App is a RadPhoneApplicationFrame all the pages have the default transition that was set in Transition property. That's awesome, but in one specific page I would like to remove the transition for performance issues.

Since the page is a panorama with some pictures in it, loading is getting kind of slow. When I tap a previous page button to navigate to the panorama page, the screen stays black for a while (2,5 seconds) before the panorama appears. I think that is due to the transition since when I remove the RadPhoneApplicationFrame it takes far less time.

I tried to put this code in the panorama page and indeed removed the transition but this black screen between pages still happening:

<telerikPrimitives:RadTransitionControl.Transition>
    <telerikPrimitives:RadEmptyTransition/>
</telerikPrimitives:RadTransitionControl.Transition>

Can you guys give me some help?

3 Answers, 1 is accepted

Sort by
0
Accepted
Victor
Telerik team
answered on 05 Apr 2012, 08:31 AM
Hi Matheus,

Thank you for writing.
Can you please post a support ticket an attach your application so that I may debug it and provide further assistance.

I am looking forward to your reply.

Regards,
Victor
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Wayde
Top achievements
Rank 1
answered on 22 Nov 2012, 09:48 PM
Hi, is it possible to remove the transitions for certain pages? I am currently using the RadFadeTransition but for 2 panorama pages I would like them not to fire.
0
Todor
Telerik team
answered on 27 Nov 2012, 02:56 PM
Hello Wayde,

You can have a look at our examples solution and see how we modify the transitions for the different pages. In short, what you need to do is set different Transition for the specific page. In your scenario, that is RadEmptyTransition:

<phone:PhoneApplicationPage  ...>
    <telerikPrimitives:RadTransitionControl.Transition>
        <telerikPrimitives:RadEmptyTransition/>
    </telerikPrimitives:RadTransitionControl.Transition>
    ...
</phone:PhoneApplicationPage>

I hope this information helps.

Greetings,
Todor
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
TransitionControl
Asked by
Matheus
Top achievements
Rank 2
Answers by
Victor
Telerik team
Wayde
Top achievements
Rank 1
Todor
Telerik team
Share this question
or