AS Name |
Type |
Description |
Defined by |
|
|---|---|---|---|---|
| animateText | Boolean | If enabled, will allow the text to animate during the effect, giving an In/Out behavior; for a Wait behavior, leave the property disabled | BlindsEffect | |
| blindColor | Number | The color of the stripes creating the effect | BlindsEffect | |
| blockType | String | Indicates which text block the effect will target; the available options are Letter, Word, Line, AllText or Custom | TEffectBase | |
| container | Sprite | The Sprite object that will contain the text effect properties | TEffectBase | |
| delayBetweenPieces | Number | The time delay introduced between the block elements, expressed as a percentage | TEffectBase | |
| easingType | String | Indicates which easing type the effect will follow | TEffectBase | |
| gradientPosition | String | Sets the gradient shape; the available options are ToLeft, ToRight and Center | BlindsEffect | |
| numberOfBlinds | Number | The number of stripes creating the effect | BlindsEffect | |
| ordering | String | Controls the order in which the blocks will enter the effect; the available options are LeftToRight, RightToLeft, FromCenter, FromSides and Random | TEffectBase | |
| progress | Number | A numerical value between 0 and 1 which indicates at which point the effect running process is on its timeline | TEffectBase | |
| properties | String | A String containing all the effect properties | TEffectBase | |
| reversed | Boolean | This Boolean parameter, transforms the in effect in an Out effect, by reversing the progress sense | TEffectBase |