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

  • SEARCH
  • Home
  • 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 7177615
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T16:45:05+00:00 2026-05-28T16:45:05+00:00

I downloaded the Silverlight Toolkit for Windows Phone from Codeplex. In the demo I

  • 0

I downloaded the Silverlight Toolkit for Windows Phone from Codeplex. In the demo I noticed the main view had a StackPanel where items were listed and pressing an item gave the visual indication of such, similar to how native Windows Phone menus do. In trying to figure out how they did it, I see transition effects added at the top of the page with the following XAML:

<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>

My initial assumption is this is what makes the buttons have this animation, however I can’t seem to figure out how they make it work. There is no obvious connection between the above XAML and everything else below.

Any tips? I’m trying to get a ListView’s items to mimic this press visualization.

  • 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-28T16:45:06+00:00Added an answer on May 28, 2026 at 4:45 pm

    The animations you have listed are transition animations used when the page is navigated to and from. What it sounds like you’re actually looking for are Tilt animations, also in the Silverlight toolkit.

    As you’ve already downloaded the toolkit, you just need to make sure you’ve added it as a reference to your project and then insert the following code at the top of your page somewhere within the opening ‘phone:PhoneApplicationPage’ tag:

    xmlns:toolkit="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls.Toolkit"
    toolkit:TiltEffect.IsTiltEnabled="True"
    

    This will automatically augment all Buttons and ListBoxItems with the Tilt effect. If you want other items to have the Tilt effect you can simply add ‘toolkit:TiltEffect.IsTiltEnabled=”True”‘ properties to the item’s tag.

    You can read about the Tilt animation in depth here: http://windowsphonegeek.com/articles/Silverlight-for-WP7-Toolkit-TiltEffect-in-depth

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

Sidebar

Related Questions

I've got VS2010 installed, I've downloaded the Windows Phone add-in and the Silverlight Toolkit
I just downloaded the silverlight toolbox of nov11 at http://silverlight.codeplex.com/releases/view/75888 in order to be
I have Downloaded demo project from here I tried to run Silverlight project SkiResult.ThinClient
I have downloaded the silver light from this http://www.microsoft.com/silverlight// I need to use this
I'm downloaded the code from John Papa's book here: http://silverlight-data.com/ and am sucessfully running
Just downloaded the Silverlight 3 Toolkit and executed the MSI file. Now I need
I've downloaded a sample application sending email silverlight application here. via gmail. But I
I downloaded some Alarm Clock apps from the App Store and found they are
Having downloaded Pango and GLib from the GTK+ Project's Win32 downloads page and having
I have downloaded the ComponentOne Silverlight controls, and am trying to add the HTMLHost

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.