Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7078785
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T06:35:25+00:00 2026-05-28T06:35:25+00:00

I am trying to use the navigation transitions in the Microsoft Phone Controls Toolkit.

  • 0

I am trying to use the navigation transitions in the Microsoft Phone Controls Toolkit.
I use it with a somewhat default implementation found in most of the blog posts about the topic by defining a Style in the application resources:

<Style x:Key="ReaderTransitionPageStyle"
        TargetType="phone:PhoneApplicationPage">
    <Setter Property="toolkit:TransitionService.NavigationInTransition">
        <Setter.Value>
            <toolkit:NavigationInTransition>
                <toolkit:NavigationInTransition.Backward>
                    <toolkit:SlideTransition Mode="SlideDownFadeIn" />
                </toolkit:NavigationInTransition.Backward>
                <toolkit:NavigationInTransition.Forward>
                    <toolkit:SlideTransition Mode="SlideUpFadeIn" />
                </toolkit:NavigationInTransition.Forward>
            </toolkit:NavigationInTransition>
        </Setter.Value>
    </Setter>
    <Setter Property="toolkit:TransitionService.NavigationOutTransition">
        <Setter.Value>
            <toolkit:NavigationOutTransition>
                <toolkit:NavigationOutTransition.Backward>
                    <toolkit:SlideTransition Mode="SlideDownFadeOut" />
                </toolkit:NavigationOutTransition.Backward>
                <toolkit:NavigationOutTransition.Forward>
                    <toolkit:SlideTransition Mode="SlideUpFadeOut" />
                </toolkit:NavigationOutTransition.Forward>
            </toolkit:NavigationOutTransition>
        </Setter.Value>
    </Setter>
</Style>

Then applying this style to my pages.

However, the transitions rarely work. Sometimes they work correctly, sometimes doesn’t. Even if I navigate back and forth between the same two pages, sometimes it animates correctly, sometimes not at all, the page just pops up instantly.
And even when it works, the animation is not fluid at all, but rather slow.

Are there any usual reasons which slow down the transitions provided by the toolkit?
Should I not make any long processing work in the OnNavigatedTo of the target page?

Are there any other techniques for doing page transition animations, or the only other solution is to do it with custom storyboards?

UPDATE: I have been developing with a HTC Mozart, and today I tried with the Lumia 800 of one of my collegaues, and it is MUCH better, probably because of the stronger hardware. However I am going to try to use Storyboards directly today.

UPDATE: Using storyboards directly did not help, the animations are still inconsistent and stuttering.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T06:35:26+00:00Added an answer on May 28, 2026 at 6:35 am

    I think the reason could be complicated layout and a lot of processing when you navigate to or load a page. You might check it by leaving the pages fairly simple, refraining from any loading or processing – if you still don’t see the animations – then I have no idea what is going on. If it gets better – you need to work on perf. Delay most processing until the transition animation completes, move everything you can to asynchronous calls/background thread processing. See this:

    http://blogs.msdn.com/b/slmperf/archive/2011/06/13/off-thread-decoding-of-images-on-mango-how-it-impacts-you-application.aspx

    Use a BackgroundWorker, be careful about synchronization and frugal about CPU usage.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to use some action when I click button in navigation controller.
I have a standard ul-based CSS navigation menu. I'm trying to use Jquery to
I am trying to use Table Views and navigation controllers. This is the code
I'm trying to use jQuery to attach a listener onto my navigation so that
I'm trying to use the navigation command framework in WPF to navigate between Pages
noob writing, I'm trying to use a Navigation Controller, but the method pushViewController doesn't
I'm trying to use a :first-letter pseudo element on a navigation menu. HTML such
So I'm trying to use a face as sort of a navigation tool in
I'm trying to use the tabs purely as a navigational menu, loading my pages
I was trying use a set of filter functions to run the appropriate routine,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.