C# Class Lousy.Mon.ScaleXAnimator

A frontend for animating the scale of a UIElement along the X axis
Inheritance: AbstractAffineDoubleAnimator
显示文件 Open project: ThatLousyGuy/Monolith

Public Methods

Method Description
InstantlyFrom ( double fromValue ) : ScaleXAnimator

Sets the X scale immediately, before the animation activates.

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

ScaleXAnimator() public method

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