| Package | com.gskinner.motion.plugins |
| Class | public class MotionBlurPlugin |
| Inheritance | MotionBlurPlugin Object |
| Implements | IGTweenPlugin |
| 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.