Packagecom.gskinner.motion.plugins
Classpublic class CurrentFramePlugin
ImplementsIGTweenPlugin

Plugin for GTween. Allows you to tween the currentFrame property of the target. This lets you keep a timeline animation in synch with a tween, even when the duration changes.

Supports the following pluginData properties:



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

Installs this plugin for use with all GTween instances.