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 8161271
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T18:27:49+00:00 2026-06-06T18:27:49+00:00

I’m using the silverlight toolkit animation in all my pages. It works fine in

  • 0

I’m using the silverlight toolkit animation in all my pages.
It works fine in classic page, panorama page and when closing a pivot.

But when I’m navigating to a pivot control, I often find that the animation doesn’t start at all, especially on an average device (like the HTC Trophy). It’s a better on a good phone (like the Lumia 800), but the animation does not trigger every time.

Is there a known bug with the pivot control that delays the initialization and causes the animation to be cancelled ?
I can’t understand why the animation is so erratic, and why it works from time to time.
In the People app, for example, when you click on a contact, the pivot always shows the animation. I would like to be able to reproduce this behavior.

FYI, I put this code in the xaml files :

<toolkit:TransitionService.NavigationInTransition>
  <toolkit:NavigationInTransition>
    <toolkit:NavigationInTransition.Backward>
      <toolkit:TurnstileTransition
        Mode="BackwardIn" />
    </toolkit:NavigationInTransition.Backward>
    <toolkit:NavigationInTransition.Forward>
      <toolkit:TurnstileTransition
        Mode="ForwardIn" />
    </toolkit:NavigationInTransition.Forward>
  </toolkit:NavigationInTransition>
</toolkit:TransitionService.NavigationInTransition>
<toolkit:TransitionService.NavigationOutTransition>
  <toolkit:NavigationOutTransition>
    <toolkit:NavigationOutTransition.Backward>
      <toolkit:TurnstileTransition
        Mode="BackwardOut" />
    </toolkit:NavigationOutTransition.Backward>
    <toolkit:NavigationOutTransition.Forward>
      <toolkit:TurnstileTransition
        Mode="ForwardOut" />
    </toolkit:NavigationOutTransition.Forward>
  </toolkit:NavigationOutTransition>
</toolkit:TransitionService.NavigationOutTransition>

Any clue would help. Thanks.

  • 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-06-06T18:27:51+00:00Added an answer on June 6, 2026 at 6:27 pm

    Probably the loading of the page is too slow, I would start by profiling and see what takes the most time to execute and check the memory usage.

    Some tricks I use when the animation doesn’t show up:

    • Remove as much code as possible from OnNavigatedTo event and the page constructor (as also mentioned by Ashen in the comments)
    • Reduce the amount of layout components. One approach is to try replacing as much of the layout as possible with images instead. You can also try creating the components from code when page has loaded instead. (For example for the pivot items not visible at the moment)
    • If you have a Bing maps control on the page, remove it from XAML and load it from code instead as that control often stops the animation from appearing. (Due to slow loading)
    • Make sure all your images used are set to Content and not Resource when possible. (This should reduce intial app loading time)
    • Remove all attributes in the XAML code that has the default value, for example if you got the Margin property is unncessary as 0 already is the default value. Removing the Margin property would increase the speed a little (as less XAML needs to be parsed). If you do this on a lot of controls you might get some noticeable improvement in speed.

    And finally set the background of the transition frame to transparent in App.xaml.cs (too reduce the fill rate):

    RootFrame = new TransitionFrame() { Background = new SolidColorBrush(Colors.Transparent) };
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

That's pretty much it. I'm using Nokogiri to scrape a web page what has
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I'm making a simple page using Google Maps API 3. My first. One marker
I'm new to using the Perl treebuilder module for HTML parsing and can't figure
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I want to count how many characters a certain string has in PHP, but
I am reading a book about Javascript and jQuery and using one of the
I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and
I have a French site that I want to parse, but am running into
We're building an app, our first using Rails 3, and we're having to build

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.