C# Class SilverlightFX.UserInterface.Effects.Shake.ShakeAnimation

Inheritance: System.Windows.Media.Glitz.TweenAnimation
ファイルを表示 Open project: nikhilk/silverlightfx

Public Methods

Method Description
ShakeAnimation ( TranslateTransform transform, System.TimeSpan duration, double distance ) : System

Protected Methods

Method Description
PerformTweening ( double frame ) : void

Method Details

PerformTweening() protected method

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

ShakeAnimation() public method

public ShakeAnimation ( TranslateTransform transform, System.TimeSpan duration, double distance ) : System
transform System.Windows.Media.TranslateTransform
duration System.TimeSpan
distance double
return System