C# Class Lousy.Mon.MoveYAnimator

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

Public Methods

Method Description
InstantlyFrom ( double fromValue ) : MoveYAnimator

Sets the Y translation immediately, before the animation activates.

MoveYAnimator ( UIElement elem ) : System

Protected Methods

Method Description
CreateAnimation ( ) : Timeline

Method Details

CreateAnimation() protected method

protected CreateAnimation ( ) : Timeline
return Windows.UI.Xaml.Media.Animation.Timeline

InstantlyFrom() public method

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

MoveYAnimator() public method

public MoveYAnimator ( UIElement elem ) : System
elem Windows.UI.Xaml.UIElement
return System