AS Name |
Type |
Description |
Defined by |
|
|---|---|---|---|---|
| afterInDelay | Number | A delay time inserted between the In and Wait effect elements | TextFXMain | |
| afterWaitDelay | Number | A delay time inserted between the Wait and Out effect elements | TextFXMain | |
| delayTime | Number | The time the enabled effect element will wait before starting; it is measured in frames | TextFXMain | |
| doNothing | Boolean | If enabled, the property inhibits the effect to start until explicitly specified using start() | TextFXMain | |
| htmlText | String | The target text with the HTML elements used to format it | TextFXMain | |
| moveDuration | Number | The duration of the motion applied on the component | TextFXMain | |
| moveEasing | String | The easing function applied on the component motion | TextFXMain | |
| moveFromX | Number | The initial coordinate on the horizontal axis | TextFXMain | |
| moveFromY | Number | The initial coordinate on the vertical axis | TextFXMain | |
| properties | String | A String containing all the general properties of the component | TextFXMain | |
| useDelay | Boolean | If enabled, this property adds the delay time before the enabled effect elements | TextFXMain | |
| useIn | Boolean | If enabled, this property adds the In effect element to the text effect | TextFXMain | |
| useInAsOut | Boolean | If enabled, it applies the configuration of the In effect to the Out effect | TextFXMain | |
| useMove | Boolean | If enabled, a motion will be applied on the component | TextFXMain | |
| useOut | Boolean | If enabled, this property adds the Out effect element to the text effect | TextFXMain | |
| useWait | Boolean | If enabled, this property adds the Wait effect element to the text effect | TextFXMain |