Difference between revisions of "UI.Animation"

From GiderosMobile
(Created page with "__NOTOC__ === Description === Animates any given UI. <syntaxhighlight lang="lua"> UI.Animation:animate(widget,channel,animation,duration,parameters) </syntaxhighlight> === P...")
(No difference)

Revision as of 12:36, 13 October 2023


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