C# Class Lousy.Mon.Oli

Fluent animation factory for UIElements
Afficher le fichier Open project: ThatLousyGuy/Monolith

Méthodes publiques

Méthode Description
Animate ( UIElement elem ) : PropertyAnimator

Animates an arbitrary property of a UIElement.

AnimateHeightOf ( UIElement elem ) : HeightAnimator

Changes the height of a UIElement.

AnimateWidthOf ( UIElement elem ) : WidthAnimator

Changes the width of a UIElement.

Fade ( UIElement elem ) : FadeAnimator

Changes the opacity of a UIElement.

MoveXOf ( UIElement elem ) : MoveXAnimator

Moves a UIElement along the X axis.

MoveYOf ( UIElement elem ) : MoveYAnimator

Moves a UIElement along the Y axis.

Rotate ( UIElement elem ) : RotateAnimator

Rotates a UIElement.

Run ( CodeDelegate del ) : CodeAnimator

Runs arbitrary code. Use this method to run code after an animation completes.

ScaleXOf ( UIElement elem ) : ScaleXAnimator

Scales a UIElement along the X axis.

ScaleYOf ( UIElement elem ) : ScaleYAnimator

Scales a UIElement along the Y axis.

Method Details

Animate() public static méthode

Animates an arbitrary property of a UIElement.
public static Animate ( UIElement elem ) : PropertyAnimator
elem Windows.UI.Xaml.UIElement
Résultat PropertyAnimator

AnimateHeightOf() public static méthode

Changes the height of a UIElement.
public static AnimateHeightOf ( UIElement elem ) : HeightAnimator
elem Windows.UI.Xaml.UIElement
Résultat HeightAnimator

AnimateWidthOf() public static méthode

Changes the width of a UIElement.
public static AnimateWidthOf ( UIElement elem ) : WidthAnimator
elem Windows.UI.Xaml.UIElement
Résultat WidthAnimator

Fade() public static méthode

Changes the opacity of a UIElement.
public static Fade ( UIElement elem ) : FadeAnimator
elem Windows.UI.Xaml.UIElement
Résultat FadeAnimator

MoveXOf() public static méthode

Moves a UIElement along the X axis.
public static MoveXOf ( UIElement elem ) : MoveXAnimator
elem Windows.UI.Xaml.UIElement
Résultat MoveXAnimator

MoveYOf() public static méthode

Moves a UIElement along the Y axis.
public static MoveYOf ( UIElement elem ) : MoveYAnimator
elem Windows.UI.Xaml.UIElement
Résultat MoveYAnimator

Rotate() public static méthode

Rotates a UIElement.
public static Rotate ( UIElement elem ) : RotateAnimator
elem Windows.UI.Xaml.UIElement
Résultat RotateAnimator

Run() public static méthode

Runs arbitrary code. Use this method to run code after an animation completes.
public static Run ( CodeDelegate del ) : CodeAnimator
del CodeDelegate
Résultat CodeAnimator

ScaleXOf() public static méthode

Scales a UIElement along the X axis.
public static ScaleXOf ( UIElement elem ) : ScaleXAnimator
elem Windows.UI.Xaml.UIElement
Résultat ScaleXAnimator

ScaleYOf() public static méthode

Scales a UIElement along the Y axis.
public static ScaleYOf ( UIElement elem ) : ScaleYAnimator
elem Windows.UI.Xaml.UIElement
Résultat ScaleYAnimator