| Package | com.gskinner.motion.plugins |
| Class | public class MotionBlurPlugin |
| Implements | IGTweenPlugin |
pluginData.MotionBlurEnabled to true on the tweens you want to enable it for,
or set MotionBlurPlugin.enabled to true to enable it by default for all tweens.
pluginData properties:| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
install():void
[static]
Installs this plugin for use with all GTween instances.
| MotionBlurPlugin | ||
| enabled | property |
public static var enabled:Boolean = falseSpecifies whether this plugin is enabled for all tweens by default.
| strength | property |
public static var strength:Number = 0.6Specifies the strength to use when calculating the blur. A higher value will result in more blurring.
| install | () | method |
public static function install():voidInstalls this plugin for use with all GTween instances.