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

Inheritance: System.Windows.Media.Glitz.TweenAnimation
Afficher le fichier Open project: nikhilk/silverlightfx

Méthodes publiques

Méthode Description
PulsateAnimation ( FrameworkElement element, System.TimeSpan duration, double fadeOpacity ) : System

Méthodes protégées

Méthode Description
PerformTweening ( double frame ) : void

Method Details

PerformTweening() protected méthode

protected PerformTweening ( double frame ) : void
frame double
Résultat void

PulsateAnimation() public méthode

public PulsateAnimation ( FrameworkElement element, System.TimeSpan duration, double fadeOpacity ) : System
element System.Windows.FrameworkElement
duration System.TimeSpan
fadeOpacity double
Résultat System