Packagecom.gskinner.motion.plugins
Classpublic class SnappingPlugin
InheritanceSnappingPlugin Inheritance Object
Implements IGTweenPlugin



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

Installs this plugin for use with all GTween instances.

Parameters

properties:Array (default = null) — Specifies the properties to apply this plugin to. Defaults to x and y.