DripInEffect class - Public properties

 
AS Name
Type
Description
Defined by
Inherited blockType String Indicates which text block the effect will target; the available options are Letter, Word, Line, AllText or Custom TEffectBase
Inherent blurQuality Number Controls the quality of the blur effect; three options are available – low quality, medium quality and high quality DripInEffect
Inherent clutterPositionX Number The position of the text blocks on the horizontal axis DripInEffect
Inherent clutterPositionY Number The position of the text blocks on the vertical axis DripInEffect
Inherent clutterRadius Number The radius of the circle centered at (clutterPositionX;clutterPositionY) where the text blocks can move DripInEffect
Inherited container Sprite The Sprite object that will contain the text effect properties TEffectBase
Inherited delayBetweenPieces Number The time delay introduced between the block elements, expressed as a percentage TEffectBase
Inherent dripDistance Number The distance on which the text blocks will move DripInEffect
Inherited easingType String Indicates which easing type the effect will follow TEffectBase
Inherent fade Number The transparency percentage applied on the text as the effect starts/ends DripInEffect
Inherent maxBlur Number The blur percentage which will be applied on the text as the effect starts/ends DripInEffect
Inherent maxSpins Number The maximum number of times a text block can spin during the effect DripInEffect
Inherited ordering String Controls the order in which the blocks will enter the effect; the available options are LeftToRight, RightToLeft, FromCenter, FromSides and Random TEffectBase
Inherited progress Number A numerical value between 0 and 1 which indicates at which point the effect running process is on its timeline TEffectBase
Inherited properties String A String containing all the effect properties TEffectBase
Inherited reversed Boolean This Boolean parameter, transforms the in effect in an Out effect, by reversing the progress sense TEffectBase