Packagecom.gskinner.motion.plugins
Classpublic class BlurPlugin
ImplementsIGTweenPlugin

Plugin for GTween. Applies a blur filter to the target based on the "blur", "blurX", and/or "blurY" tween values.

If a blur filter does not already exist on the tween target, the plugin will create one. Note that this may conflict with other plugins that use filters. If you experience problems, try applying a blur filter to the target in advance to avoid this behaviour.

Supports the following pluginData properties:



Public Properties
 PropertyDefined by
  enabled : Boolean = true
[static] Specifies whether this plugin is enabled for all tweens by default.
BlurPlugin
Public Methods
 MethodDefined by
  
install():void
[static] Installs this plugin for use with all GTween instances.
BlurPlugin
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.