ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Animation functions
  • Overview
  • Animating the Image controls and the Static Text controls
  • Control animations
  • Window animations
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Overview
Several WLanguage functions are used to manage the animations. It is possible to:
  • manage the animation in the Image controls and in the Static Text controls.
  • animate the modification of controls.
  • animate the move from a window to another one.
Animating the Image controls and the Static Text controls
These functions are used to manage the animation of an image in an Image control or the animation of a text in a Static Text control.
AnimationGetParameterReads the value of one of the animation parameters defined for an Image or Static Text control
AnimationSetModeChanges the type of animation for an image in an Image control or a text in a Static Text control (the parameters specific to the new type can be changed with AnimationSetParameter)
AnimationSetParameterChanges the animation parameter for an image displayed in an Image control or for a text displayed in a Static Text control
WinDisableEffectDisables the visual effects of the graphic engine of WINDEV (for a use in TSE mode for example). This function is useful when an application must be run on a computer with limited graphic capacities or for the TSE mode if the bandwidth is limited.

For more details, see Animate a Label field and Animating an image.
Control animations
These functions are used to animate the modification of one or more controls programmatically.
AnimationEnabledEnables or disables the animations in the controls (animations defined in the project or programmatically).
AnimationMinFPSConfigures the minimum number of images per second in order for the animations (transition effects) to be enabled in the controls.
AnimationPlayPlays an animation when a control, a group of controls or a window is modified.
AnimationPlayOnControlPropertyAnimates the modification of an integer property between 2 values.
AnimationPreparePrepares the animation on a control, a group of controls or a window. Then, the animation will be played by AnimationPlay.

Several functions are used to play an animation when the status of a control (or group of controls) changes:
ControlEnabledClears a field or group of fields in a window. An animation can be set on the controls during this operation.
ControlGrayedGrays a control or a group of controls. An animation can be set on the controls during this operation.
ControlInvisibleMakes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
ControlVisibleMakes a control (or a group of controls) visible in a window. An animation can be set on the controls during this operation.
Window animations
These functions allow you to animate the move from a window to another one. For more details, see Window animations.
WinAnimationClosingModifies the type and duration of the animation used when closing the application windows.
WinAnimationNextModifies the type and duration of animations used when opening and closing the next window.
WinAnimationOpeningModifies the type and duration of animations used when opening the application windows.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help