C# Class Lousy.Mon.MoveYAnimator

A frontend for animating the translation of a UIElement along the Y axis
Inheritance: AbstractAffineDoubleAnimator
Afficher le fichier Open project: ThatLousyGuy/Monolith

Méthodes publiques

Méthode Description
InstantlyFrom ( double fromValue ) : MoveYAnimator

Sets the Y translation immediately, before the animation activates.

MoveYAnimator ( UIElement elem ) : System

Méthodes protégées

Méthode Description
CreateAnimation ( ) : Timeline

Method Details

CreateAnimation() protected méthode

protected CreateAnimation ( ) : Timeline
Résultat Windows.UI.Xaml.Media.Animation.Timeline

InstantlyFrom() public méthode

Sets the Y translation immediately, before the animation activates.
public InstantlyFrom ( double fromValue ) : MoveYAnimator
fromValue double
Résultat MoveYAnimator

MoveYAnimator() public méthode

public MoveYAnimator ( UIElement elem ) : System
elem Windows.UI.Xaml.UIElement
Résultat System