UI.Animation

From GiderosMobile
Revision as of 12:36, 13 October 2023 by MoKaLux (talk | contribs) (Created page with "__NOTOC__ === Description === Animates any given UI. <syntaxhighlight lang="lua"> UI.Animation:animate(widget,channel,animation,duration,parameters) </syntaxhighlight> === P...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Description

Animates any given UI.

UI.Animation:animate(widget,channel,animation,duration,parameters)

Parameters

widget: (sprite) the widget to animate
channel: (string) the animation channel
animation: (class) one of the available animation
duration: (number) the animation duration
parameters: (table) additional animation parameters

Examples