Packagecom.gskinner.motion.plugins
Classpublic class MotionBlurPlugin
InheritanceMotionBlurPlugin Inheritance Object
Implements IGTweenPlugin



Public Properties
 PropertyDefined By
  enabled : Boolean = false
[static] Specifies whether this plugin is enabled for all tweens by default.
MotionBlurPlugin
  strength : Number = 0.6
[static] Specifies the strength to use when calculating the blur.
MotionBlurPlugin
Public Methods
 MethodDefined By
  
install():void
[static] Installs this plugin for use with all GTween instances.
MotionBlurPlugin
Property Detail
enabledproperty
public static var enabled:Boolean = false

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

strengthproperty 
public static var strength:Number = 0.6

Specifies the strength to use when calculating the blur. A higher value will result in more blurring.

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

Installs this plugin for use with all GTween instances.