Contains definitions, default implementations, and support classes that deal with the
animation
of the contents of a
CanvasControl
.
Classes
| Class | Description | |
|---|---|---|
| Animator |
A helper class that handles IAnimation
objects and runs their Animate(Double)
methods on a UIElement's Dispatcher.
| |
| CompositeAnimation |
A collection of simultaneous IAnimations.
| |
| EasedAnimation |
Decorator for IAnimation instances to allow for ease in
and ease out animation effects.
| |
| GeneralPathAnimation |
Animates a mutable point along a GeneralPath.
| |
| ViewportAnimation |
Animates changing the viewport bounds and the zoom factor for a CanvasControl.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IAnimation |
An interface for animation.
|
Delegates
| Delegate | Description | |
|---|---|---|
| AnimationHandler |
A callback method handler that is used during animations.
|