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

RadTurnstileTransition

1 Answer 37 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.
Rikki
Top achievements
Rank 1
Rikki asked on 30 Jul 2013, 04:18 PM
Hi all

Is there a way to change RadTurnstileTransition so it matches the animations of the OS? There is an inevitable delay when navigating between pages, but animations are meant to cover this up... RadTurnstileTransition is too fast to do so. It's also not the same animation, which I presume it's meant to be...

There's also a 1-2px artifact at the left, which isn't ideal...

This is my code, in App.xaml.cs.

var transition = new RadTurnstileTransition();
var frame = new RadPhoneApplicationFrame {Transition = transition};
RootFrame = frame;

Thanks.

1 Answer, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 02 Aug 2013, 01:31 PM
Hello Rikki,

You can modify the animations used in the transitions by changing their ForwardInAnimation, ForwardOutAnimation, BackwardInAnimation, BackwardOutAnimation properties. Here's more information about the animations that you can use. You can modify them to suit your needs. You can also check out our examples application and see the examples for the Animations, Transitions and the Application Frame, which can help you choose the effects that will suit your needs.

I hope this information helps.

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.
Tags
PhoneApplicationFrame
Asked by
Rikki
Top achievements
Rank 1
Answers by
Todor
Telerik team
Share this question
or