StartAnimation method
Starts animation of the display. When this method is called, the following occurs in the indicated order:
- All elements are activated.
- The AnimationStart event is fired.
- The Animating property is set to True.
Syntax
Display
.StartAnimation
where
Display
– is the name of a Display object or an expression that evaluates to a Display object.Remarks
If the display is already animating or is in the process of being animated, calls to this method are ignored.
Provide Feedback