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 / Control animations
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
AnimationEnabled (Function)
In french: AnimationActive
Enables or disables the animations in the controls.
Remark: Only field animations are concerned: automatic animations (configured in the project or in the window) or programmed animations (with functions AnimationPrepare, AnimationPlay, ...).. The animations of the Image controls and Static Text controls as well as the window animations are not affected.
Example
// The animations will never be enabled
AnimationEnabled(False)
Syntax
<Result> = AnimationEnabled([<Activation mode>])
<Result>: Boolean
Corresponds to the old control animation management mode (before using AnimationEnabled):
  • True if the management of animations was enabled,
  • False otherwise.
<Activation mode>: Optional boolean
Activation mode of the animations:
FalseThe animations are never displayed.
TrueThe animations are in automatic mode. The animation is performed according to the power of the computer used.
The animations will not be displayed if the APIs required by the animations are not found on the computer.
Component: wd300obj.dll
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/30/2024

Send a report | Local help