ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Animation functions
  • Overview
  • Animating the Image controls and the Static controls
  • Animation of controls
  • Animation of windows
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Overview
Several WLanguage functions are used to manage the animations. You can:
  • manage the animation in the Image controls and in the Static controls.
  • animate the modification of controls.
  • animate the move from a window to another one.
Animating the Image controls and the Static 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 control.
AnimationGetParameterReads the value of one of the animation parameters defined for an Image or Static control
AnimationSetModeChanges the type of animation for an image in an Image control or a text in a Static 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 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 Animating a Static control and Animating an image.
Animation of controls
These functions are used to animate the modification of one or more controls by programming.
AnimationEnabledEnables or disables the animations in the controls (animations defined in the project or by programming).
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:
ControlEnabledEnables a control or a group of controls in a window. During this operation, an animation can be performed on the controls.
ControlGrayedGrays a control or a group of controls. During this operation, an animation can be performed on the controls.
ControlInvisibleMakes a control (or a group of controls) invisible in a window. During this operation, an animation can be performed on the controls.
ControlVisibleMakes a control (or a group of controls) visible in a window. During this operation, an animation can be performed on the controls.
Animation of windows
These functions allow you to animate the move from a window to another one. For more details, see Animation of windows.
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: 01/26/2023

Send a report | Local help