Packagecom.gskinner.motion.plugins
Classpublic class AutoHidePlugin
ImplementsIGTweenPlugin

Plugin for GTween. Sets the visible of the target to false if its alpha is 0 or less.

Supports the following pluginData properties:



Public Properties
 PropertyDefined by
  enabled : Boolean = true
[static] Specifies whether this plugin is enabled for all tweens by default.
AutoHidePlugin
Public Methods
 MethodDefined by
  
install():void
[static] Installs this plugin for use with all GTween instances.
AutoHidePlugin
Property detail
enabledproperty
public static var enabled:Boolean = true

Specifies whether this plugin is enabled for all tweens by default.

Method detail
install()method
public static function install():void

Installs this plugin for use with all GTween instances.