AS Name |
Type |
Description |
Defined by |
|
|---|---|---|---|---|
| animated | Boolean | Controls whether the animation inside the target movie clip will be preserved during the effect | EffectBase | |
| blurQuality | Number | Controls the quality of the blur | PixelKnitEffect | |
| blurX | Number | The blur amount applied on the target along the horizontal axis | PixelKnitEffect | |
| blurY | Number | The blur amount applied on the target along the vertical axis | PixelKnitEffect | |
| container | Sprite | The Sprite object that will contain the text effect properties | EffectBase | |
| easingType | String | Indicates which easing type the effect will follow | EffectBase | |
| fade | Number | The opacity level applied on the movie clip as the effect enters/exits the stage | PixelKnitEffect | |
| fallOffSpread | Number | Controls how much of the target movie clip will be stretched during the effect | PixelKnitEffect | |
| ordering | String | Controls the order in which the effect pieces will enter the effect | PixelKnitEffect | |
| progress | Number | A numerical value between 0 and 1 which indicates at which point the effect running process is on its timeline | EffectBase | |
| properties | String | A String containing all the effect properties | EffectBase | |
| reversed | Boolean | This Boolean parameter, transforms the in effect in an Out effect, by reversing the progress sense | EffectBase | |
| stretchedPixels | Number | The number of pixel rows/columns that will be stretched during the effect | PixelKnitEffect | |
| stretchFading | Number | Controls how opaque the stretched image will be | PixelKnitEffect | |
| target | Sprite | The instance name of the target movie clip | EffectBase |