AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de animación / Animación de controles
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
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.
Ejemplo
// The animations will never be enabled
AnimationEnabled(False)
Sintaxis
<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.
Componente: wd300obj.dll
Versión mínima requerida
  • Versión 14
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 28/03/2025

Señalar un error o enviar una sugerencia | Ayuda local