|
|
|
|
|
- Animating an image
- Animate text in a Static Text control
- Limits
InitialAnimation (Property) In french: AnimationInitiale
The InitialAnimation property determines whether the animation of an Image, Button, Static or Carousel control is enabled when the control is created. The initial status of the animation is defined in the control description window ("Details" tab).
LIB_Promotions.Animation = LIB_Promotions.AnimationInitiale
Syntax
<Status> = <Control used>.InitialAnimation
<Status>: Boolean - True if the animation is enabled in the Image, Button, Carousel or Static Text control when created,
- False otherwise.
The animation is set to True by default.
<Control used>: Control name Name of the control used. This control can correspond to: - an Image control,
- a Button control,
- a Static Text control,
- a Carousel control.
Remarks Animate text in a Static Text control To animate the text displayed in a Static Text control, you must choose the animation: - in the Static Text control description window ("Details" tab),
- programmatically with the AnimationSetMode function.
Limits The InitialAnimation property applies only to: - Image, Button, Static, Progress Bar and Carousel controls in a window.
- Static Text controls in a window.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|