C# Class SilverlightFX.UserInterface.Transitions.CrossFade

Represents a fade effect that can be attached to a container with two child elements. The effect fades one element to another.
Inheritance: System.Windows.Media.Glitz.Transition
Show file Open project: nikhilk/silverlightfx

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