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
Mostrar archivo Open project: nikhilk/silverlightfx

Public Methods

Method Description
Explode ( ) : System

Initializes an instance of ExplodeTransition.

Protected Methods

Method Description
CreateTransitionAnimation ( System.Windows.Controls.Panel container, AnimationEffectDirection direction ) : ProceduralAnimation

Method Details

CreateTransitionAnimation() protected method

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

Explode() public method

Initializes an instance of ExplodeTransition.
public Explode ( ) : System
return System