ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Animation functions / Animation of controls
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
AnimationEnabled (Function)
In french: AnimationActive
Enables or disables the animations in the controls.
Remark: Only the animations of controls are affected: automatic animations (configured in the project or in the window) or programed animations (with AnimationPrepare, AnimationPlay, ...). The animations of the Image controls and Static controls as well as the animations of windows 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: wd290obj.dll
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help