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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T11:27:39+00:00 2026-06-17T11:27:39+00:00

A slightly odd question, but is there anyway to find out what easing functions

  • 0

A slightly odd question, but is there anyway to find out what easing functions are used in the WinRT XAML Theme Animations – more specifically I’m trying to replicate that of the EntranceThemeTransition (which I can’t use directly).

I naively thought using something like .NET reflector would help, but I’d gather I’d need the actual source code rather than what .Net Reflector shows.

Anyone any ideas?

  • 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-17T11:27:40+00:00Added an answer on June 17, 2026 at 11:27 am

    You might like to take a look at the AnimationMetrics sample on MSDN.

    There is an AnimationDescription class that will tell you all sorts of info on the built in animation types, basically anything in the Windows.UI.Core.AnimationMetrics.AnimationEffect enum.

    For example:

    var animationDescription = new AnimationDescription(AnimationEffect.EnterPage, AnimationEffectTarget.Incoming);
    
    var s = new System.Text.StringBuilder();
    s.AppendFormat("Stagger delay = {0}ms", animationDescription.StaggerDelay.TotalMilliseconds);
    s.AppendLine();
    s.AppendFormat("Stagger delay factor = {0}", animationDescription.StaggerDelayFactor);
    s.AppendLine();
    s.AppendFormat("Delay limit = {0}ms", animationDescription.DelayLimit.TotalMilliseconds);
    s.AppendLine();
    s.AppendFormat("ZOrder = {0}", animationDescription.ZOrder);
    s.AppendLine();
    s.AppendLine();
    //etc
    

    Link: http://code.msdn.microsoft.com/windowsapps/Animation-metrics-sample-acb0220c

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

Sidebar

Related Questions

Im aware this may be a slightly odd question, but given a Page class
sorry for the slightly general question here, but is there any reason why the
Slightly daft, but... Is there a way to prevent Visual Studio treating a .jpg
A slightly archaic question I'm afraid but here goes: I have a program which
We've run across a slightly odd situation. Basically there are two tables in one
A slightly odd question for you all - I have solved my issue of
The reason for my slightly odd question is simple. I'd like to run my
Slightly oxymoronic title! Bonus points for Xcode answer but it's a gdb question. If
Slightly broad question here, but here goes I'm trying to call an Oracle stored
I'm having a slightly odd situation with an XSL template. Most of it outputs

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.