BaseTransition Properties
A base class for transitions.| Name | Description |
|---|---|
| AnimationInProgress | Gets whether the transition is in progress. |
| From | Gets the first frame in the transition. |
| Parameters | Provides access to transition parameters such as the frame count, time interval between frames, etc. |
| To | Gets the last frame in the transition. |
See Also