Property | Type | Description | |
---|---|---|---|
BackwardInAnimationProperty | |||
BackwardOutAnimationProperty | |||
DurationProperty | |||
EasingFunctionProperty | |||
ForwardInAnimationProperty | |||
ForwardOutAnimationProperty |
Method | Description | |
---|---|---|
TransitionBackwardAsync ( |
Runs backward transition.
|
|
TransitionForwardAsync ( |
Runs forward transition.
|
Method | Description | |
---|---|---|
CleanupBackwardAnimations ( |
Cleans up the backward animations.
|
|
CleanupForwardAnimations ( |
Cleans up the forward animations.
|
|
PrepareBackwardAnimations ( |
Prepares the backward animations.
|
|
PrepareForwardAnimations ( |
Prepares the forward animations.
|
|
UpdateTimelineAttributes ( ) : void |
Updates the timeline attributes before the transition starts.
|
protected CleanupBackwardAnimations ( |
||
previousPage | The previous page. | |
newPage | The new page. | |
return | void |
protected CleanupForwardAnimations ( |
||
previousPage | The previous page. | |
newPage | The new page. | |
return | void |
protected PrepareBackwardAnimations ( |
||
previousPage | The previous page. | |
newPage | The new page. | |
return | void |
protected PrepareForwardAnimations ( |
||
previousPage | The previous page. | |
newPage | The new page. | |
return | void |
public TransitionBackwardAsync ( |
||
previousPage | The previous page. | |
newPage | The new page. | |
return | System.Threading.Tasks.Task |
public TransitionForwardAsync ( |
||
previousPage | The previous page. | |
newPage | The new page. | |
return | System.Threading.Tasks.Task |
protected UpdateTimelineAttributes ( ) : void | ||
return | void |
public static DependencyProperty,Windows.UI.Xaml BackwardInAnimationProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml BackwardOutAnimationProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml DurationProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml EasingFunctionProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml ForwardInAnimationProperty | ||
return |