AddTransitionOptions
Properties
| Name | Type | Access | Min Version | Description |
|---|---|---|---|---|
applyToStart | boolean | R | 25.0 | Get whether to apply transition to the start or end of trackitem |
forceSingleSided | boolean | R | 25.0 | Get whether transition should be applied to one/both sides |
transitionAlignment | number | R | 25.0 | Gets the transitionAlignment of transition |
duration | TickTime | R | 25.0 | Gets the duration of transition |
Instance Methods
setApplyToStart
25.0AddTransitionOptions
Set whether to apply transition to the start or end of trackitem
Parameters
| Name | Type | Description |
|---|---|---|
applyToStart | boolean | - |
setDuration
25.0AddTransitionOptions
Sets the duration of transition
Parameters
| Name | Type | Description |
|---|---|---|
tickTime | Sets the duration of transition in TickTime |
setForceSingleSided
25.0AddTransitionOptions
Set whether transition should be applied to one/both sides
Parameters
| Name | Type | Description |
|---|---|---|
forceSingleSided | boolean | - |
setTransitionAlignment
25.0AddTransitionOptions
Sets the transitionAlignment of the transition
Parameters
| Name | Type | Description |
|---|---|---|
transitionAlignment | number | - |

