C# Class Lousy.Mon.ScaleYAnimator

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

Public Methods

Method Description
InstantlyFrom ( double fromValue ) : ScaleYAnimator

Sets the Y scale immediately, before the animation activates.

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

ScaleYAnimator() public method

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