C# Class Lousy.Mon.FadeAnimator

Inheritance: AbstractDoubleAnimator
Datei anzeigen Open project: ThatLousyGuy/Monolith

Public Methods

Method Description
FadeAnimator ( UIElement elem ) : System
InstantlyFrom ( double fromValue ) : FadeAnimator

Sets the opacity to 0 immediately, before the animation activates.

Protected Methods

Method Description
CreateAnimation ( ) : Timeline

Method Details

CreateAnimation() protected method

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

FadeAnimator() public method

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

InstantlyFrom() public method

Sets the opacity to 0 immediately, before the animation activates.
public InstantlyFrom ( double fromValue ) : FadeAnimator
fromValue double
return FadeAnimator