Packagecom.gskinner.motion.plugins
Classpublic class SmartRotationPlugin
ImplementsIGTweenPlugin

Plugin for GTween. Makes rotation tweens rotate in the shortest direction. For example, rotating from 5 to 330 degrees would rotate -35 degrees with smart rotation, instead of +325 degrees.

Supports the following pluginData properties:



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