TextFXMain class - Public properties

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