C# Class Lousy.Mon.RotateAnimator

A frontend for animating the rotation (in degrees) of a UIElement
Inheritance: AbstractAffineDoubleAnimator
Mostra file Open project: ThatLousyGuy/Monolith

Public Methods

Method Description
InstantlyFrom ( double fromValue ) : RotateAnimator

Sets the rotation immediately, before the animation activates.

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

RotateAnimator() public method

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