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
Configures the minimum number of images per second in order for the animations (transition effects) to be enabled in the controls.
If the computer is not fast enough to display the minimum number of images per second, the animation effects will not be displayed in the controls to avoid a choppy effect. In this case, the control directly goes from the initial status to the final status.
Example
// Minimum animation: 25 images per second
AnimationMinFPS(25)
Syntax
AnimationMinFPS(<FPS>)
<FPS>: Integer
Minimum number of images per second.
Remarks
  • This function affects the animation of the window controls only. The animations of images (animated GIF) and the animations of windows are not modified by this function.
  • FPS means "Frames per second".
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