C# Class System.Windows.Media.Glitz.ProceduralAnimationSet

An animation that composes a set of multiple animations playing simulataneously.
Inheritance: ProceduralAnimation
Exibir arquivo Open project: nikhilk/silverlightfx Class Usage Examples

Public Methods

Method Description
ProceduralAnimationSet ( ) : System

Creates an AnimationSet with the specified set of individual animations.

Protected Methods

Method Description
PlayCore ( ) : void
ProgressCore ( bool startRepetition, bool startReverse, System.DateTime timeStamp ) : bool
Repeat ( bool reverse ) : void
StopCore ( bool completed, ProceduralAnimationStopState stopState ) : void

Method Details

PlayCore() protected method

protected PlayCore ( ) : void
return void

ProceduralAnimationSet() public method

Creates an AnimationSet with the specified set of individual animations.
public ProceduralAnimationSet ( ) : System
return System

ProgressCore() protected method

protected ProgressCore ( bool startRepetition, bool startReverse, System.DateTime timeStamp ) : bool
startRepetition bool
startReverse bool
timeStamp System.DateTime
return bool

Repeat() protected method

protected Repeat ( bool reverse ) : void
reverse bool
return void

StopCore() protected method

protected StopCore ( bool completed, ProceduralAnimationStopState stopState ) : void
completed bool
stopState ProceduralAnimationStopState
return void