Animation |
The AnimationController type exposes the following members.
Name | Description | |
---|---|---|
AfterFrameUpdated | AfterFrameUpdated is fired after the objects have been animated in the GoToFrame(Double) method. | |
AnimationCompleted | AnimationCompleted is fired when the animation is completed. Animation can be completed only when AutoRepeat is false. In case AutoRepeat and AutoReverse are false the animation is completed when the LastFrameNumber is reached; when AutoReverse is true, the animation is completed when the first frame is reached again (after reversing back from the last frame). This event is not fired when StopAnimation method is called by the user (use AnimationStopped in this case). The event is only fired when StartAnimation(Boolean) or StartAnimation(Double, Boolean) method is called without parameters or with subscribeToRenderingEvent parameter set to true. | |
AnimationStarted | AnimationStarted is fired when the animation is started with calling StartAnimation(Boolean) or StartAnimation(Double, Boolean) method. | |
AnimationStopped | AnimationStopped is fired when the animation is stopped with calling StopAnimation. | |
BeforeFrameUpdated | BeforeFrameUpdated is fired before the objects are animated in the GoToFrame(Double) method. |