C# Class SilverlightFX.UserInterface.Transitions.Explode

Represents an explode-like effect that can be attached to a container with two child elements. The effect zooms out and fade out one element to reveal the other.
Inheritance: System.Windows.Media.Glitz.Transition
Afficher le fichier Open project: nikhilk/silverlightfx

Méthodes publiques

Méthode Description
Explode ( ) : System

Initializes an instance of ExplodeTransition.

Méthodes protégées

Méthode Description
CreateTransitionAnimation ( System.Windows.Controls.Panel container, AnimationEffectDirection direction ) : ProceduralAnimation

Method Details

CreateTransitionAnimation() protected méthode

protected CreateTransitionAnimation ( System.Windows.Controls.Panel container, AnimationEffectDirection direction ) : ProceduralAnimation
container System.Windows.Controls.Panel
direction AnimationEffectDirection
Résultat System.Windows.Media.Glitz.ProceduralAnimation

Explode() public méthode

Initializes an instance of ExplodeTransition.
public Explode ( ) : System
Résultat System