C# Class SilverlightFX.UserInterface.Effects.Pulsate.PulsateAnimation

Inheritance: System.Windows.Media.Glitz.TweenAnimation
Mostra file Open project: nikhilk/silverlightfx

Public Methods

Method Description
PulsateAnimation ( FrameworkElement element, System.TimeSpan duration, double fadeOpacity ) : System

Protected Methods

Method Description
PerformTweening ( double frame ) : void

Method Details

PerformTweening() protected method

protected PerformTweening ( double frame ) : void
frame double
return void

PulsateAnimation() public method

public PulsateAnimation ( FrameworkElement element, System.TimeSpan duration, double fadeOpacity ) : System
element System.Windows.FrameworkElement
duration System.TimeSpan
fadeOpacity double
return System