Provides various animation classes, structures, and delegates.
Classes
| Class | Description |
| AnimationRateConverter | Provides a type converter to convert AnimationRate to and from other representations. |
| IterativeEquation<T> | This class contains a delegate which will eventually point to the actual implementation of the equation. |
| IterativeEquationConverter | The converter used to convert IterativeEquation to a specific PennerEquation
defined in the PennerEquations class based on a string. This comes in really handy when
we are creating the "IterativeDoubleAnimation" in markup. All we need to do is set the "Equation" property
on the IterativeDoubleAnimation to a string corresponding to a PennerEquation from the PennerEquations class. |
| PennerEquation | This is a type of IterativeEquation which animates double values. |
| PennerEquations | This class contains a rich set of pre-defined PennerEquations and their implementations.
Any of the PennerEquations can be used as the equation for an IterativeEquation. |
Structures
| Structure | Description |
| AnimationRate | This structure may represent an animation's Duration (TimeSpan) or Speed (double). |
Delegates
See Also