C# Class WinRTXamlToolkit.Controls.PageTransitionAnimation

Base class for page transition animations used with an AlternativeFrame control.
Inheritance: Windows.UI.Xaml.DependencyObject
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit

Méthodes publiques

Свойство Type Description
DurationProperty Windows.UI.Xaml.DependencyProperty
EasingFunctionProperty Windows.UI.Xaml.DependencyProperty
ModeProperty Windows.UI.Xaml.DependencyProperty

Méthodes protégées

Méthode Description
ApplyTargetProperties ( DependencyObject target, Storyboard animation ) : void

Applies the target properties.

Private Methods

Méthode Description
AnimateAsync ( DependencyObject target ) : System.Threading.Tasks.Task

Runs the transition animation.

CleanupAnimation ( DependencyObject target, Storyboard animation ) : void

Cleans up the animation.

GetAnimation ( DependencyObject target ) : Storyboard

Gets the animation for use in the transition.

Method Details

ApplyTargetProperties() protected méthode

Applies the target properties.
protected ApplyTargetProperties ( DependencyObject target, Storyboard animation ) : void
target Windows.UI.Xaml.DependencyObject The target.
animation Windows.UI.Xaml.Media.Animation.Storyboard The animation.
Résultat void

Property Details

DurationProperty public_oe static_oe property

Duration Dependency Property
public static DependencyProperty,Windows.UI.Xaml DurationProperty
Résultat Windows.UI.Xaml.DependencyProperty

EasingFunctionProperty public_oe static_oe property

EasingFunction Dependency Property
public static DependencyProperty,Windows.UI.Xaml EasingFunctionProperty
Résultat Windows.UI.Xaml.DependencyProperty

ModeProperty public_oe static_oe property

Mode Dependency Property
public static DependencyProperty,Windows.UI.Xaml ModeProperty
Résultat Windows.UI.Xaml.DependencyProperty