Animation
Register
MTools.Animation.Register(name, reload);
name
string
Group name.
reload
boolean
Does it need to be restarted. The advice is nil.
Allows you to register groups for animations. Example usage:
Update
MTools.Animation.Update(name, speed);
name
string
Name of the registered group.
speed
number
Animation speed. Advised 7.5.
Allows you to update an animation group. Example usage:
Lerp
MTools.Animation.Lerp(group, name, bool, from, to, speed);
group
string
Group name.
name
string
Animation title. (Any)
bool
boolean
false - up. true - down.
from
(type)Below
From what (type). The recommendation is nil.
to
(type)Below
Until what (type). The recommendation is nil.
speed
number
Animation speed. Works only for animation of Colors, Tables, Vectors.
Allows you to animate Numbers, Colors, Vectors, Tables. Example usage:
Last updated