Packagecom.jumpeye.flashEff.core.interfaces
Interfacepublic interface IFlashEffSymbol extends IFlashEffSymbolText
SubinterfacesIFlashEffText

This interface has to be implemented by all the FlashEff symbol patterns.



Public Properties
 PropertyDefined by
 Inheritedcomponent : IFlashEff
Reference to the FlashEff component instance using the current pattern.
IFlashEffSymbolText
 InheritedeaseType : String
The types of easing that will be applied by the pattern.
IFlashEffSymbolText
  target : DisplayObject
Reference to the target object on which the effect will be applied.
IFlashEffSymbol
 InheritedtweenDuration : Number
The time duration of the show or hide transition, measured in seconds.
IFlashEffSymbolText
 InheritedtweenType : String
The type of tween animation used by the pattern.
IFlashEffSymbolText
Public Methods
 MethodDefined by
 Inherited
hide():void
Start the transition which turns the text from a visible state to invisible.
IFlashEffSymbolText
 Inherited
remove():void
Stops and removes the show or hide transition but without removing the pattern object from the FlashEff component instance.
IFlashEffSymbolText
 Inherited
show():void
Start the transition which turns the target object from an invisible state to visible.
IFlashEffSymbolText
Property detail
targetproperty
target:DisplayObject  [read-write]

Reference to the target object on which the effect will be applied.

Implementation
    public function get target():DisplayObject
    public function set target(value:DisplayObject):void