C# Class Lousy.Mon.FadeAnimator

Inheritance: AbstractDoubleAnimator
Afficher le fichier Open project: ThatLousyGuy/Monolith

Méthodes publiques

Méthode Description
FadeAnimator ( UIElement elem ) : System
InstantlyFrom ( double fromValue ) : FadeAnimator

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

Méthodes protégées

Méthode Description
CreateAnimation ( ) : Timeline

Method Details

CreateAnimation() protected méthode

protected CreateAnimation ( ) : Timeline
Résultat Windows.UI.Xaml.Media.Animation.Timeline

FadeAnimator() public méthode

public FadeAnimator ( UIElement elem ) : System
elem Windows.UI.Xaml.UIElement
Résultat System

InstantlyFrom() public méthode

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