> For the complete documentation index, see [llms.txt](https://automation-toolkit.gitbook.io/automation-toolkit-pro-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://automation-toolkit.gitbook.io/automation-toolkit-pro-user-guide/variables-types/property-effect/actions.md).

# Actions

\<!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}-->

| Name                                | Info                                                                                                                                                                                                                           | Set Info                                                                                                    |
| ----------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------- |
| add key                             | <p>adds or overrides a keyframe value at a specified time (the "time" property) with a specified value<br><br>specify a value for the keyframe</p>                                                                             |                                                                                                             |
| delete key                          | deletes a keyframe at the specified time (the "time" property)                                                                                                                                                                 |                                                                                                             |
| delete all keyframes                | deletes all the keyframes of the property                                                                                                                                                                                      |                                                                                                             |
| retime selected keyframes           | <p>moves the selected keyframes of the property as a group to a specified time (in seconds)<br><br>specify the time in which the keyframes will start at</p>                                                                   |                                                                                                             |
| retime all the keyframes            | <p>moves all the keyframes of the property as a group to a specified time (in seconds)<br><br>specify the time in which the keyframes will start at</p>                                                                        |                                                                                                             |
| offset selected keyframes           | <p>shifts the selected keyframes of the property as a group by a specified amount time (in seconds)<br><br>specify the amount of time (in seconds) that the selected keyframes will be shifted</p>                             |                                                                                                             |
| offset all the keyframes            | <p>shifts all the keyframes of the property as a group by a specified amount time (in seconds)<br><br>specify the amount of time (in seconds) that the all the keyframes will be shifted</p>                                   |                                                                                                             |
| copy keyframe                       | <p>copies a specific keyframe from a specified property and paste it in this property at the time (the "time" property) of this property<br><br>specify a property with a defined time of a keyframe (the "time" property)</p> |                                                                                                             |
|                                     |                                                                                                                                                                                                                                |                                                                                                             |
| Collection (Number) Properties      |                                                                                                                                                                                                                                |                                                                                                             |
| Name                                | Info                                                                                                                                                                                                                           | Set Info                                                                                                    |
| index                               | indicator for the position of a specific element in the order of the collection (defaults to 1)                                                                                                                                | set this value to a number to gain access to the element at this position in the collection                 |
| element at index                    | the number at the current index (collection "index" property) of the collection                                                                                                                                                | overrides the number at the current index (collection "index" property) of the collection                   |
| collection length                   | the number of elements in the collection                                                                                                                                                                                       |                                                                                                             |
| separator                           | a phrase that is used to separate a text to multiple parts                                                                                                                                                                     | for example - set this value to "AND" to add "1AND2AND3" --> "1,2,3" as separate elements to the collection |
| all elements as text                | combines all the text elements with commas between them                                                                                                                                                                        |                                                                                                             |
| all elements as text with separator | combines all the text elements with a specified phrase (collection "separator" property) between them                                                                                                                          |                                                                                                             |
