Skip to content

ax.motion

Advanced panel animation handler using easing for custom fields. Supports delays, per-field animation isolation, and cancelation.

Documented functions: 3  ·  Realm: client

Functions


ax.motion:Cancel(panel, key)

Cancels a specific animation on a panel.

Realm: client

Source: gamemode/framework/libraries/cl_motion.lua:104


ax.motion:CancelAll(panel)

Cancels all animations on a panel.

Realm: client

Source: gamemode/framework/libraries/cl_motion.lua:121


ax.motion:Motion(panel, duration, data)

Starts a property animation on a panel.

Realm: client

Source: gamemode/framework/libraries/cl_motion.lua:22