C# Class SilverlightFX.UserInterface.Transitions.Flip.FlipScaleAnimation

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

Public Methods

Method Description
FlipScaleAnimation ( System.TimeSpan duration, ScaleTransform scaleTransform, double angle ) : System

Protected Methods

Method Description
PerformTweening ( double frame ) : void

Method Details

FlipScaleAnimation() public method

public FlipScaleAnimation ( System.TimeSpan duration, ScaleTransform scaleTransform, double angle ) : System
duration System.TimeSpan
scaleTransform System.Windows.Media.ScaleTransform
angle double
return System

PerformTweening() protected method

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