C# Class Lousy.Mon.MoveXAnimator

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

Public Methods

Method Description
InstantlyFrom ( double fromValue ) : MoveXAnimator

Sets the X translation immediately, before the animation activates.

MoveXAnimator ( 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 X translation immediately, before the animation activates.
public InstantlyFrom ( double fromValue ) : MoveXAnimator
fromValue double
return MoveXAnimator

MoveXAnimator() public method

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