Edit Animation
Purpose
Adds animations to an event related to an element.
Example
edit-label --elementName title --font OpenSans --fontStyle bold --size 20 --alignment center
Command Syntax
| Parameter | Format | Requirement | Usage |
|---|---|---|---|
--elementName | String | Mandatory | The unique name of the element being animated. |
--animator | String | Mandatory | Animations are achieved by modifying specific properties of an element. This setting defines which property to change. Possible values are:CLI Tool naming (JSON naming)
|
--animatorPath | String | Mandatory | Animations are created by modifying specific properties of an element. This setting controls how the property change progresses over time. Possible values are:CLI Tool naming (JSON naming)
|
--beginValue | String | Mandatory | Animations are based on changing values of specific element properties. Begin Value is the ending value of a property defined in animator. |
--endValue | Integer | Mandatory | Animations are based on changing values of specific element properties. End Value is the ending value of a property defined in animator. |
--event | String | Mandatory | Triggers the animation based on the specified event. Possible values are:CLI Tool naming (JSON naming)
|
--duration | Integer | Mandatory | Duration of the animation in milliseconds |