Skip to main content

animationDefinitions

Type

function

Summary

Returns a list of all defined animations.

Syntax

get animationDefinitions()

Description

Use this function to get a list of the names of all animations that have been defined using the defineAnimation command.

Examples

put animationDefinitions() into tAnimList
repeat for each line tAnim in tAnimList
# Do something with each animation
end repeat

Compatibility and Support

OS

mac

windows

linux

ios

android

Platforms

desktop

mobile

web