|
|
|
|
|
- Animating an image
- Animating a text
- Animating a progress bar
- Miscellaneous
Animation (Property) In french: Animation
The property Animation property lets you manage the animation of an image or text (present in a Static Text control). It is possible to: - Know the current state of the moving image or animated text.
- Start or stop the animation of an image or text (animated GIFs, for example).
This property can be used in the following controls: - Image controls
- Button controls
- Static Text controls
- Carousel controls
- Progress Bar controls.
Syntax
Knowing the current state of the moving image or animated text Hide the details
<Status> = <Control used>.Animation
<Status>: Boolean - True if the image or text in the control is animated,
- False otherwise.
<Control used>: Control name Name of the control used: - Image control,
- Static Text control.
Starting or stopping the animation Hide the details
<Control used>.Animation = <Animation mode>
<Control used>: Control name Name of the control used: - Image control,
- Static Text control.
<Animation mode>: Boolean - True to start the animation,
- False to stop the animation.
Remarks Miscellaneous The animation is set to True by default.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|