Skip to main content

25 docs tagged with "motion library"

View all tags
Docs

animateProperty

Change the value of a property of an object in an animated way

enterAnimationFrame

This message is sent to the objects before updating the value of each animation.

exitAnimationFrame

This message is sent to the objects after the value of the animation is updated.

getAnimationID

Returns the ID of any active animation for a specific control and property.

LiveCode Motion

LiveCode Motion is a comprehensive animation library for creating fluid, dynamic animations in LiveCode applications.

playAnimation

Resume an animation or all paused or stopped animations

scaleX

Sets the horizontal scaling of an object by adjusting its width

scaleXY

Sets both horizontal and vertical scaling of an object by adjusting width and height together

scaleY

Sets the vertical scaling of an object by adjusting its height

translateX

Sets the horizontal translation of an object by moving it along the X-axis

translateY

Sets the vertical translation of an object by moving it along the Y-axis

unlockAnimations

Allowing object motions caused with the animate command to be seen.

updateAnimation

Updates an existing animation definition with new parameters.