A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
data — Property in class com.gskinner.motion.GTween
Allows you to associate arbitrary data with your tween.
defaultDispatchEvents — Static property in class com.gskinner.motion.GTween
Sets the default value of dispatchEvents for new instances.
defaultEase — Static property in class com.gskinner.motion.GTween
Specifies the default easing function to use with new tweens.
delay — Property in class com.gskinner.motion.GTween
The length of the delay in frames or seconds (depending on .useFrames).
deleteValue(name) — Method in class com.gskinner.motion.GTween
Removes a end value from the tween.
dispatchEvents — Property in class com.gskinner.motion.GTween
If true, it will dispatch init, change, and complete events in addition to calling the onInit, onChange, and onComplete callbacks.
duration — Property in class com.gskinner.motion.GTween
The length of the tween in frames or seconds (depending on the timingMode).
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z