Skip to content

Latest commit

 

History

History

README.md

ModernUI_Animation

The ModernUI_Animation is a control used to animated image frames. Images can be added individually or as on long spritesheet and frame times can be assigned to each frame to control the animation. Additonal functions allow starting, stopping, pausing or resuming animations, and the ability to start and pause animations by clicking on the animation can be enabled as well.

For the x64 version of the ModernUI_Animation control, visit here.

Setup ModernUI_Animation

  • Download the latest version of the ModernUI_Animation and extract the files. The latest release can be found via the releases section of this Github repository or from the downloads section below.
  • Copy the ModernUI_Animation.inc file to your masm32\include folder (or wherever your includes are located)
  • Copy the ModernUI_Animation.lib file to your masm32\lib folder (or wherever your libraries are located)
  • Add the main ModernUI library to your project (if you haven't done so already):
include ModernUI.inc
includelib ModernUI.lib
  • Add the ModernUI_Animation control to your project:
include ModernUI_Animation.inc
includelib ModernUI_Animation.lib

ModernUI_Animation API Help

Documentation is available for the ModernUI_Animation functions, styles and properties used by the control on the ModernUI readthedocs site: ModernUI_Animation Control

ModernUI_Animation Downloads