UI.Animation
From GiderosMobile
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