Skip to content
This repository was archived by the owner on Apr 10, 2020. It is now read-only.

Commit

Permalink
Tweak FlipView animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinnara committed Jan 7, 2014
1 parent d7373f2 commit 0e047d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Microsoft.Phone.Controls.Toolkit/FlipView/FlipView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ public class FlipView : TemplatedItemsControl<FlipViewItem>, ISupportInitialize

private const double CompressLimit = 125;
private static readonly Duration ZeroDuration = TimeSpan.Zero;
private static readonly Duration DefaultDuration = TimeSpan.FromSeconds(0.5);
private static readonly Duration DefaultDuration = TimeSpan.FromSeconds(0.55);

private readonly IEasingFunction _easingFunction = new ExponentialEase { Exponent = 5 };
private readonly IEasingFunction _easingFunction = new ExponentialEase { Exponent = 8 };

private InitializingData _initializingData;
private bool _updatingSelection;
Expand Down

0 comments on commit 0e047d2

Please sign in to comment.