api documentation for gsap (v1.19.1)

Think of GSAP as the Swiss Army Knife of animation...but better. It animates anything JavaScript can touch (CSS properties, canvas library objects, SVG, generic objects, whatever) and it solves countless browser inconsistencies, all with blazing speed (up

table of contents

  1. module gsap
    1. function gsap (target, duration, vars)
    2. function gsap.BackIn (overshoot)
    3. function gsap.BackInOut (overshoot)
    4. function gsap.BackOut (overshoot)
    5. function gsap.BezierPlugin ()
    6. function gsap.BounceIn ()
    7. function gsap.BounceInOut ()
    8. function gsap.BounceOut ()
    9. function gsap.CSSPlugin ()
    10. function gsap.CSSRulePlugin ()
    11. function gsap.CircIn ()
    12. function gsap.CircInOut ()
    13. function gsap.CircOut ()
    14. function gsap.ColorPropsPlugin ()
    15. function gsap.Cubic ()
    16. function gsap.Ease (func, extraParams, type, power)
    17. function gsap.ElasticIn (amplitude, period)
    18. function gsap.ElasticInOut (amplitude, period)
    19. function gsap.ElasticOut (amplitude, period)
    20. function gsap.ExpoIn ()
    21. function gsap.ExpoInOut ()
    22. function gsap.ExpoOut ()
    23. function gsap.Linear ()
    24. function gsap.Power0 ()
    25. function gsap.Power1 ()
    26. function gsap.Power2 ()
    27. function gsap.Power3 ()
    28. function gsap.Power4 ()
    29. function gsap.Quad ()
    30. function gsap.Quart ()
    31. function gsap.Quint ()
    32. function gsap.RoughEase (vars)
    33. function gsap.SineIn ()
    34. function gsap.SineInOut ()
    35. function gsap.SineOut ()
    36. function gsap.SlowMo (linearRatio, power, yoyoMode)
    37. function gsap.SteppedEase (steps)
    38. function gsap.Strong ()
    39. function gsap.TimelineLite (vars)
    40. function gsap.TimelineMax (vars)
    41. function gsap.TweenLite (target, duration, vars)
    42. function gsap.TweenMax (target, duration, vars)
    43. function gsap.TweenPlugin (props, priority)
    44. function gsap.allFrom (targets, duration, vars, stagger, onCompleteAll, onCompleteAllParams, onCompleteAllScope)
    45. function gsap.allFromTo (targets, duration, fromVars, toVars, stagger, onCompleteAll, onCompleteAllParams, onCompleteAllScope)
    46. function gsap.allTo (targets, duration, vars, stagger, onCompleteAll, onCompleteAllParams, onCompleteAllScope)
    47. function gsap.delayedCall (delay, callback, params, scope, useFrames)
    48. function gsap.from (target, duration, vars)
    49. function gsap.fromTo (target, duration, fromVars, toVars)
    50. function gsap.getAllTweens (includeTimelines)
    51. function gsap.getTweensOf (target, onlyActive)
    52. function gsap.globalTimeScale (value)
    53. function gsap.isTweening (target)
    54. function gsap.killAll (complete, tweens, delayedCalls, timelines)
    55. function gsap.killChildTweensOf (parent, complete)
    56. function gsap.killDelayedCallsTo (target, onlyActive, vars)
    57. function gsap.killTweensOf (target, onlyActive, vars)
    58. function gsap.lagSmoothing (threshold, adjustedLag)
    59. function gsap.pauseAll (tweens, delayedCalls, timelines)
    60. function gsap.render ()
    61. function gsap.resumeAll (tweens, delayedCalls, timelines)
    62. function gsap.set (target, vars)
    63. function gsap.staggerFrom (targets, duration, vars, stagger, onCompleteAll, onCompleteAllParams, onCompleteAllScope)
    64. function gsap.staggerFromTo (targets, duration, fromVars, toVars, stagger, onCompleteAll, onCompleteAllParams, onCompleteAllScope)
    65. function gsap.staggerTo (targets, duration, vars, stagger, onCompleteAll, onCompleteAllParams, onCompleteAllScope)
    66. function gsap.to (target, duration, vars)
    67. object gsap.Back
    68. object gsap.BackIn.prototype
    69. object gsap.BackInOut.prototype
    70. object gsap.BackOut.prototype
    71. object gsap.BezierPlugin.prototype
    72. object gsap.Bounce
    73. object gsap.BounceIn.prototype
    74. object gsap.BounceInOut.prototype
    75. object gsap.BounceOut.prototype
    76. object gsap.CSSPlugin._internals
    77. object gsap.CSSPlugin._internals.CSSPropTween.prototype
    78. object gsap.CSSPlugin.prototype
    79. object gsap.CSSRulePlugin.prototype
    80. object gsap.Circ
    81. object gsap.CircIn.prototype
    82. object gsap.CircInOut.prototype
    83. object gsap.CircOut.prototype
    84. object gsap.ColorPropsPlugin.prototype
    85. object gsap.Ease.prototype
    86. object gsap.EaseLookup
    87. object gsap.Elastic
    88. object gsap.ElasticIn.prototype
    89. object gsap.ElasticInOut.prototype
    90. object gsap.ElasticOut.prototype
    91. object gsap.Expo
    92. object gsap.ExpoIn.prototype
    93. object gsap.ExpoInOut.prototype
    94. object gsap.ExpoOut.prototype
    95. object gsap.RoughEase.prototype
    96. object gsap.Sine
    97. object gsap.SineIn.prototype
    98. object gsap.SineInOut.prototype
    99. object gsap.SineOut.prototype
    100. object gsap.SlowMo.prototype
    101. object gsap.SteppedEase.prototype
    102. object gsap.TimelineLite._internals
    103. object gsap.TimelineLite.prototype
    104. object gsap.TimelineMax.prototype
    105. object gsap.TweenLite._internals
    106. object gsap.TweenLite._plugins
    107. object gsap.TweenLite._plugins.attr.prototype
    108. object gsap.TweenLite._plugins.directionalRotation.prototype
    109. object gsap.TweenLite._plugins.easel.prototype
    110. object gsap.TweenLite._plugins.endArray.prototype
    111. object gsap.TweenLite._plugins.modifiers.prototype
    112. object gsap.TweenLite._plugins.raphael.prototype
    113. object gsap.TweenLite._plugins.roundProps.prototype
    114. object gsap.TweenLite._plugins.text.prototype
    115. object gsap.TweenLite._plugins.yourCustomProperty.prototype
    116. object gsap.TweenLite.prototype
    117. object gsap.TweenMax.prototype
    118. object gsap.TweenPlugin.prototype
    119. object gsap.ticker
    120. string gsap.version
  2. module gsap.BackIn
    1. function gsap.BackIn (overshoot)
  3. module gsap.BackIn.prototype
    1. function gsap.BackIn.prototype.config (overshoot)
    2. function gsap.BackIn.prototype.constructor (overshoot)
    3. function gsap.BackIn.prototype.getRatio (p)
    4. number gsap.BackIn.prototype._power
    5. number gsap.BackIn.prototype._type
    6. object gsap.BackIn.prototype._params
  4. module gsap.BackInOut
    1. function gsap.BackInOut (overshoot)
  5. module gsap.BackInOut.prototype
    1. function gsap.BackInOut.prototype.config (overshoot)
    2. function gsap.BackInOut.prototype.constructor (overshoot)
    3. function gsap.BackInOut.prototype.getRatio (p)
    4. number gsap.BackInOut.prototype._power
    5. number gsap.BackInOut.prototype._type
    6. object gsap.BackInOut.prototype._params
  6. module gsap.BackOut
    1. function gsap.BackOut (overshoot)
  7. module gsap.BackOut.prototype
    1. function gsap.BackOut.prototype.config (overshoot)
    2. function gsap.BackOut.prototype.constructor (overshoot)
    3. function gsap.BackOut.prototype.getRatio (p)
    4. number gsap.BackOut.prototype._power
    5. number gsap.BackOut.prototype._type
    6. object gsap.BackOut.prototype._params
  8. module gsap.BezierPlugin
    1. boolean gsap.BezierPlugin._autoCSS
    2. function gsap.BezierPlugin ()
    3. function gsap.BezierPlugin._cssRegister ()
    4. function gsap.BezierPlugin.bezierThrough (values, curviness, quadratic, basic, correlate, prepend)
    5. function gsap.BezierPlugin.cubicToQuadratic (a, b, c, d)
    6. function gsap.BezierPlugin.quadraticToCubic (a, b, c)
    7. number gsap.BezierPlugin.API
    8. string gsap.BezierPlugin.version
  9. module gsap.BezierPlugin.prototype
    1. function gsap.BezierPlugin.prototype._kill (lookup)
    2. function gsap.BezierPlugin.prototype._mod (lookup)
    3. function gsap.BezierPlugin.prototype._onInitTween (target, vars, tween)
    4. function gsap.BezierPlugin.prototype.constructor ()
    5. function gsap.BezierPlugin.prototype.setRatio (v)
    6. number gsap.BezierPlugin.prototype._priority
    7. object gsap.BezierPlugin.prototype._overwriteProps
    8. object gsap.BezierPlugin.prototype._super
    9. string gsap.BezierPlugin.prototype._propName
  10. module gsap.BounceIn
    1. function gsap.BounceIn ()
  11. module gsap.BounceIn.prototype
    1. function gsap.BounceIn.prototype.constructor ()
    2. function gsap.BounceIn.prototype.getRatio (p)
    3. number gsap.BounceIn.prototype._power
    4. number gsap.BounceIn.prototype._type
    5. object gsap.BounceIn.prototype._params
  12. module gsap.BounceInOut
    1. function gsap.BounceInOut ()
  13. module gsap.BounceInOut.prototype
    1. function gsap.BounceInOut.prototype.constructor ()
    2. function gsap.BounceInOut.prototype.getRatio (p)
    3. number gsap.BounceInOut.prototype._power
    4. number gsap.BounceInOut.prototype._type
    5. object gsap.BounceInOut.prototype._params
  14. module gsap.BounceOut
    1. function gsap.BounceOut ()
  15. module gsap.BounceOut.prototype
    1. function gsap.BounceOut.prototype.constructor ()
    2. function gsap.BounceOut.prototype.getRatio (p)
    3. number gsap.BounceOut.prototype._power
    4. number gsap.BounceOut.prototype._type
    5. object gsap.BounceOut.prototype._params
  16. module gsap.CSSPlugin
    1. boolean gsap.CSSPlugin.defaultSmoothOrigin
    2. boolean gsap.CSSPlugin.useSVGTransformAttr
    3. function gsap.CSSPlugin ()
    4. function gsap.CSSPlugin.cascadeTo (target, duration, vars)
    5. function gsap.CSSPlugin.colorStringFilter (a)
    6. function gsap.CSSPlugin.getStyle (t, p, cs, calc, dflt)
    7. function gsap.CSSPlugin.parseColor (v, toHSL)
    8. function gsap.CSSPlugin.parseComplex (t, p, b, e, clrs, dflt, pt, pr, plugin, setRatio)
    9. function gsap.CSSPlugin.registerSpecialProp (name, onInitTween, priority)
    10. number gsap.CSSPlugin.API
    11. number gsap.CSSPlugin.defaultTransformPerspective
    12. object gsap.CSSPlugin._internals
    13. object gsap.CSSPlugin.suffixMap
    14. string gsap.CSSPlugin.defaultSkewType
    15. string gsap.CSSPlugin.version
  17. module gsap.CSSPlugin._internals
    1. function gsap.CSSPlugin._internals.CSSPropTween (t, p, s, c, next, type, n, r, pr, b, e)
    2. function gsap.CSSPlugin._internals.Transform ()
    3. function gsap.CSSPlugin._internals._parseToProxy (t, vars, cssp, pt, plugin, shallow)
    4. function gsap.CSSPlugin._internals._registerComplexSpecialProp (p, options, defaults)
    5. function gsap.CSSPlugin._internals._registerPluginProp (p)
    6. function gsap.CSSPlugin._internals._setPluginRatio (v)
    7. function gsap.CSSPlugin._internals.calculateOffset (t, p, cs)
    8. function gsap.CSSPlugin._internals.convertToPixels (t, p, v, sfx, recurse)
    9. function gsap.CSSPlugin._internals.getTransform (t, cs, rec, parse)
    10. function gsap.CSSPlugin._internals.set3DTransformRatio (v)
    11. function gsap.CSSPlugin._internals.setTransformRatio (v)
    12. object gsap.CSSPlugin._internals._specialProps
  18. module gsap.CSSPlugin._internals.CSSPropTween.prototype
    1. function gsap.CSSPlugin._internals.CSSPropTween.prototype.appendXtra (pfx, s, c, sfx, r, pad)
    2. number gsap.CSSPlugin._internals.CSSPropTween.prototype.l
    3. number gsap.CSSPlugin._internals.CSSPropTween.prototype.pr
    4. number gsap.CSSPlugin._internals.CSSPropTween.prototype.xn1
    5. number gsap.CSSPlugin._internals.CSSPropTween.prototype.xn2
    6. number gsap.CSSPlugin._internals.CSSPropTween.prototype.xn3
    7. number gsap.CSSPlugin._internals.CSSPropTween.prototype.xn4
    8. number gsap.CSSPlugin._internals.CSSPropTween.prototype.xn5
    9. number gsap.CSSPlugin._internals.CSSPropTween.prototype.xn6
    10. number gsap.CSSPlugin._internals.CSSPropTween.prototype.xn7
    11. number gsap.CSSPlugin._internals.CSSPropTween.prototype.xn8
    12. object gsap.CSSPlugin._internals.CSSPropTween.prototype._next
    13. object gsap.CSSPlugin._internals.CSSPropTween.prototype._prev
    14. object gsap.CSSPlugin._internals.CSSPropTween.prototype.data
    15. object gsap.CSSPlugin._internals.CSSPropTween.prototype.plugin
    16. object gsap.CSSPlugin._internals.CSSPropTween.prototype.rxp
    17. object gsap.CSSPlugin._internals.CSSPropTween.prototype.setRatio
    18. object gsap.CSSPlugin._internals.CSSPropTween.prototype.xfirst
    19. string gsap.CSSPlugin._internals.CSSPropTween.prototype.xs0
    20. string gsap.CSSPlugin._internals.CSSPropTween.prototype.xs1
    21. string gsap.CSSPlugin._internals.CSSPropTween.prototype.xs2
    22. string gsap.CSSPlugin._internals.CSSPropTween.prototype.xs3
    23. string gsap.CSSPlugin._internals.CSSPropTween.prototype.xs4
    24. string gsap.CSSPlugin._internals.CSSPropTween.prototype.xs5
    25. string gsap.CSSPlugin._internals.CSSPropTween.prototype.xs6
    26. string gsap.CSSPlugin._internals.CSSPropTween.prototype.xs7
    27. string gsap.CSSPlugin._internals.CSSPropTween.prototype.xs8
  19. module gsap.CSSPlugin.prototype
    1. function gsap.CSSPlugin.prototype._addLazySet (t, p, v)
    2. function gsap.CSSPlugin.prototype._enableTransforms (threeD)
    3. function gsap.CSSPlugin.prototype._kill (lookup)
    4. function gsap.CSSPlugin.prototype._linkCSSP (pt, next, prev, remove)
    5. function gsap.CSSPlugin.prototype._mod (lookup)
    6. function gsap.CSSPlugin.prototype._onInitTween (target, vars, tween, index)
    7. function gsap.CSSPlugin.prototype.constructor ()
    8. function gsap.CSSPlugin.prototype.parse (target, vars, pt, plugin)
    9. function gsap.CSSPlugin.prototype.setRatio (v)
    10. number gsap.CSSPlugin.prototype._priority
    11. object gsap.CSSPlugin.prototype._firstPT
    12. object gsap.CSSPlugin.prototype._lastParsedTransform
    13. object gsap.CSSPlugin.prototype._overwriteProps
    14. object gsap.CSSPlugin.prototype._super
    15. object gsap.CSSPlugin.prototype._transform
    16. string gsap.CSSPlugin.prototype._propName
  20. module gsap.CSSRulePlugin
    1. function gsap.CSSRulePlugin ()
    2. function gsap.CSSRulePlugin.getRule (selector)
    3. number gsap.CSSRulePlugin.API
    4. string gsap.CSSRulePlugin.version
  21. module gsap.CSSRulePlugin.prototype
    1. function gsap.CSSRulePlugin.prototype._onInitTween (target, value, tween)
    2. function gsap.CSSRulePlugin.prototype.constructor ()
    3. function gsap.CSSRulePlugin.prototype.setRatio (v)
    4. number gsap.CSSRulePlugin.prototype._priority
    5. object gsap.CSSRulePlugin.prototype._overwriteProps
    6. object gsap.CSSRulePlugin.prototype._super
    7. string gsap.CSSRulePlugin.prototype._propName
  22. module gsap.CircIn
    1. function gsap.CircIn ()
  23. module gsap.CircIn.prototype
    1. function gsap.CircIn.prototype.constructor ()
    2. function gsap.CircIn.prototype.getRatio (p)
    3. number gsap.CircIn.prototype._power
    4. number gsap.CircIn.prototype._type
    5. object gsap.CircIn.prototype._params
  24. module gsap.CircInOut
    1. function gsap.CircInOut ()
  25. module gsap.CircInOut.prototype
    1. function gsap.CircInOut.prototype.constructor ()
    2. function gsap.CircInOut.prototype.getRatio (p)
    3. number gsap.CircInOut.prototype._power
    4. number gsap.CircInOut.prototype._type
    5. object gsap.CircInOut.prototype._params
  26. module gsap.CircOut
    1. function gsap.CircOut ()
  27. module gsap.CircOut.prototype
    1. function gsap.CircOut.prototype.constructor ()
    2. function gsap.CircOut.prototype.getRatio (p)
    3. number gsap.CircOut.prototype._power
    4. number gsap.CircOut.prototype._type
    5. object gsap.CircOut.prototype._params
  28. module gsap.ColorPropsPlugin
    1. function gsap.ColorPropsPlugin ()
    2. function gsap.ColorPropsPlugin.colorStringFilter (a)
    3. function gsap.ColorPropsPlugin.parseColor (v, toHSL)
    4. number gsap.ColorPropsPlugin.API
    5. string gsap.ColorPropsPlugin.version
  29. module gsap.ColorPropsPlugin.prototype
    1. function gsap.ColorPropsPlugin.prototype._kill (lookup)
    2. function gsap.ColorPropsPlugin.prototype._onInitTween (target, value, tween, index)
    3. function gsap.ColorPropsPlugin.prototype.constructor ()
    4. function gsap.ColorPropsPlugin.prototype.setRatio (v)
    5. number gsap.ColorPropsPlugin.prototype._priority
    6. object gsap.ColorPropsPlugin.prototype._firstNumPT
    7. object gsap.ColorPropsPlugin.prototype._overwriteProps
    8. object gsap.ColorPropsPlugin.prototype._super
    9. string gsap.ColorPropsPlugin.prototype._propName
  30. module gsap.Ease
    1. function gsap.Ease (func, extraParams, type, power)
    2. function gsap.Ease.register (ease, names, types, create)
    3. object gsap.Ease.map
  31. module gsap.Ease.prototype
    1. boolean gsap.Ease.prototype._calcEnd
    2. function gsap.Ease.prototype.getRatio (p)
  32. module gsap.EaseLookup
    1. function gsap.EaseLookup.find (s)
  33. module gsap.ElasticIn
    1. function gsap.ElasticIn (amplitude, period)
  34. module gsap.ElasticIn.prototype
    1. function gsap.ElasticIn.prototype.config (amplitude, period)
    2. function gsap.ElasticIn.prototype.constructor (amplitude, period)
    3. function gsap.ElasticIn.prototype.getRatio (p)
    4. number gsap.ElasticIn.prototype._power
    5. number gsap.ElasticIn.prototype._type
    6. object gsap.ElasticIn.prototype._params
  35. module gsap.ElasticInOut
    1. function gsap.ElasticInOut (amplitude, period)
  36. module gsap.ElasticInOut.prototype
    1. function gsap.ElasticInOut.prototype.config (amplitude, period)
    2. function gsap.ElasticInOut.prototype.constructor (amplitude, period)
    3. function gsap.ElasticInOut.prototype.getRatio (p)
    4. number gsap.ElasticInOut.prototype._power
    5. number gsap.ElasticInOut.prototype._type
    6. object gsap.ElasticInOut.prototype._params
  37. module gsap.ElasticOut
    1. function gsap.ElasticOut (amplitude, period)
  38. module gsap.ElasticOut.prototype
    1. function gsap.ElasticOut.prototype.config (amplitude, period)
    2. function gsap.ElasticOut.prototype.constructor (amplitude, period)
    3. function gsap.ElasticOut.prototype.getRatio (p)
    4. number gsap.ElasticOut.prototype._power
    5. number gsap.ElasticOut.prototype._type
    6. object gsap.ElasticOut.prototype._params
  39. module gsap.ExpoIn
    1. function gsap.ExpoIn ()
  40. module gsap.ExpoIn.prototype
    1. function gsap.ExpoIn.prototype.constructor ()
    2. function gsap.ExpoIn.prototype.getRatio (p)
    3. number gsap.ExpoIn.prototype._power
    4. number gsap.ExpoIn.prototype._type
    5. object gsap.ExpoIn.prototype._params
  41. module gsap.ExpoInOut
    1. function gsap.ExpoInOut ()
  42. module gsap.ExpoInOut.prototype
    1. function gsap.ExpoInOut.prototype.constructor ()
    2. function gsap.ExpoInOut.prototype.getRatio (p)
    3. number gsap.ExpoInOut.prototype._power
    4. number gsap.ExpoInOut.prototype._type
    5. object gsap.ExpoInOut.prototype._params
  43. module gsap.ExpoOut
    1. function gsap.ExpoOut ()
  44. module gsap.ExpoOut.prototype
    1. function gsap.ExpoOut.prototype.constructor ()
    2. function gsap.ExpoOut.prototype.getRatio (p)
    3. number gsap.ExpoOut.prototype._power
    4. number gsap.ExpoOut.prototype._type
    5. object gsap.ExpoOut.prototype._params
  45. module gsap.RoughEase
    1. function gsap.RoughEase (vars)
    2. object gsap.RoughEase.ease
  46. module gsap.RoughEase.prototype
    1. function gsap.RoughEase.prototype.config (vars)
    2. function gsap.RoughEase.prototype.constructor (vars)
    3. function gsap.RoughEase.prototype.getRatio (p)
    4. number gsap.RoughEase.prototype._power
    5. number gsap.RoughEase.prototype._type
    6. object gsap.RoughEase.prototype._params
  47. module gsap.SineIn
    1. function gsap.SineIn ()
  48. module gsap.SineIn.prototype
    1. function gsap.SineIn.prototype.constructor ()
    2. function gsap.SineIn.prototype.getRatio (p)
    3. number gsap.SineIn.prototype._power
    4. number gsap.SineIn.prototype._type
    5. object gsap.SineIn.prototype._params
  49. module gsap.SineInOut
    1. function gsap.SineInOut ()
  50. module gsap.SineInOut.prototype
    1. function gsap.SineInOut.prototype.constructor ()
    2. function gsap.SineInOut.prototype.getRatio (p)
    3. number gsap.SineInOut.prototype._power
    4. number gsap.SineInOut.prototype._type
    5. object gsap.SineInOut.prototype._params
  51. module gsap.SineOut
    1. function gsap.SineOut ()
  52. module gsap.SineOut.prototype
    1. function gsap.SineOut.prototype.constructor ()
    2. function gsap.SineOut.prototype.getRatio (p)
    3. number gsap.SineOut.prototype._power
    4. number gsap.SineOut.prototype._type
    5. object gsap.SineOut.prototype._params
  53. module gsap.SlowMo
    1. function gsap.SlowMo (linearRatio, power, yoyoMode)
    2. function gsap.SlowMo.config (linearRatio, power, yoyoMode)
    3. object gsap.SlowMo.ease
  54. module gsap.SlowMo.prototype
    1. function gsap.SlowMo.prototype.config (linearRatio, power, yoyoMode)
    2. function gsap.SlowMo.prototype.constructor (linearRatio, power, yoyoMode)
    3. function gsap.SlowMo.prototype.getRatio (p)
    4. number gsap.SlowMo.prototype._power
    5. number gsap.SlowMo.prototype._type
    6. object gsap.SlowMo.prototype._params
  55. module gsap.SteppedEase
    1. function gsap.SteppedEase (steps)
    2. function gsap.SteppedEase.config (steps)
    3. object gsap.SteppedEase.ease
  56. module gsap.SteppedEase.prototype
    1. function gsap.SteppedEase.prototype.config (steps)
    2. function gsap.SteppedEase.prototype.constructor (steps)
    3. function gsap.SteppedEase.prototype.getRatio (p)
    4. number gsap.SteppedEase.prototype._power
    5. number gsap.SteppedEase.prototype._type
    6. object gsap.SteppedEase.prototype._params
  57. module gsap.TimelineLite
    1. function gsap.TimelineLite (vars)
    2. function gsap.TimelineLite.exportRoot (vars, ignoreDelayedCalls)
    3. object gsap.TimelineLite._internals
    4. string gsap.TimelineLite.version
  58. module gsap.TimelineLite._internals
    1. function gsap.TimelineLite._internals.pauseCallback ()
  59. module gsap.TimelineLite.prototype
    1. boolean gsap.TimelineLite.prototype._active
    2. boolean gsap.TimelineLite.prototype._forcingPlayhead
    3. boolean gsap.TimelineLite.prototype._gc
    4. boolean gsap.TimelineLite.prototype._hasPause
    5. boolean gsap.TimelineLite.prototype._reversed
    6. boolean gsap.TimelineLite.prototype.autoRemoveChildren
    7. boolean gsap.TimelineLite.prototype.smoothChildTiming
    8. function gsap.TimelineLite.prototype._contains (tween)
    9. function gsap.TimelineLite.prototype._enabled (enabled, ignoreTimeline)
    10. function gsap.TimelineLite.prototype._hasPausedChild ()
    11. function gsap.TimelineLite.prototype._kill (vars, target)
    12. function gsap.TimelineLite.prototype._parseTimeOrLabel (timeOrLabel, offsetOrLabel, appendIfAbsent, ignore)
    13. function gsap.TimelineLite.prototype._remove (tween, skipDisable)
    14. function gsap.TimelineLite.prototype.add (value, position, align, stagger)
    15. function gsap.TimelineLite.prototype.addLabel (label, position)
    16. function gsap.TimelineLite.prototype.addPause (position, callback, params, scope)
    17. function gsap.TimelineLite.prototype.append (value, offsetOrLabel)
    18. function gsap.TimelineLite.prototype.appendMultiple (tweens, offsetOrLabel, align, stagger)
    19. function gsap.TimelineLite.prototype.call (callback, params, scope, position)
    20. function gsap.TimelineLite.prototype.clear (labels)
    21. function gsap.TimelineLite.prototype.constructor (vars)
    22. function gsap.TimelineLite.prototype.duration (value)
    23. function gsap.TimelineLite.prototype.from (target, duration, vars, position)
    24. function gsap.TimelineLite.prototype.fromTo (target, duration, fromVars, toVars, position)
    25. function gsap.TimelineLite.prototype.getChildren (nested, tweens, timelines, ignoreBeforeTime)
    26. function gsap.TimelineLite.prototype.getLabelTime (label)
    27. function gsap.TimelineLite.prototype.getTweensOf (target, nested)
    28. function gsap.TimelineLite.prototype.gotoAndPlay (position, suppressEvents)
    29. function gsap.TimelineLite.prototype.gotoAndStop (position, suppressEvents)
    30. function gsap.TimelineLite.prototype.insert (value, position, align, stagger)
    31. function gsap.TimelineLite.prototype.insertMultiple (value, position, align, stagger)
    32. function gsap.TimelineLite.prototype.invalidate ()
    33. function gsap.TimelineLite.prototype.paused (value)
    34. function gsap.TimelineLite.prototype.rawTime (wrapRepeats)
    35. function gsap.TimelineLite.prototype.recent ()
    36. function gsap.TimelineLite.prototype.remove (value)
    37. function gsap.TimelineLite.prototype.removeLabel (label)
    38. function gsap.TimelineLite.prototype.render (time, suppressEvents, force)
    39. function gsap.TimelineLite.prototype.seek (position, suppressEvents)
    40. function gsap.TimelineLite.prototype.set (target, vars, position)
    41. function gsap.TimelineLite.prototype.shiftChildren (amount, adjustLabels, ignoreBeforeTime)
    42. function gsap.TimelineLite.prototype.staggerFrom (targets, duration, vars, stagger, position, onCompleteAll, onCompleteAllParams, onCompleteAllScope)
    43. function gsap.TimelineLite.prototype.staggerFromTo (targets, duration, fromVars, toVars, stagger, position, onCompleteAll, onCompleteAllParams, onCompleteAllScope)
    44. function gsap.TimelineLite.prototype.staggerTo (targets, duration, vars, stagger, position, onCompleteAll, onCompleteAllParams, onCompleteAllScope)
    45. function gsap.TimelineLite.prototype.stop ()
    46. function gsap.TimelineLite.prototype.to (target, duration, vars, position)
    47. function gsap.TimelineLite.prototype.totalDuration (value)
    48. function gsap.TimelineLite.prototype.totalTime (time, suppressEvents, uncapped)
    49. function gsap.TimelineLite.prototype.usesFrames ()
    50. number gsap.TimelineLite.prototype._delay
    51. number gsap.TimelineLite.prototype._duration
    52. number gsap.TimelineLite.prototype._startTime
    53. number gsap.TimelineLite.prototype._timeScale
    54. number gsap.TimelineLite.prototype._totalDuration
    55. object gsap.TimelineLite.prototype._next
    56. object gsap.TimelineLite.prototype._prev
    57. object gsap.TimelineLite.prototype._timeline
    58. object gsap.TimelineLite.prototype.timeline
    59. object gsap.TimelineLite.prototype.vars
  60. module gsap.TimelineMax
    1. function gsap.TimelineMax (vars)
    2. string gsap.TimelineMax.version
  61. module gsap.TimelineMax.prototype
    1. boolean gsap.TimelineMax.prototype._active
    2. boolean gsap.TimelineMax.prototype._gc
    3. boolean gsap.TimelineMax.prototype._reversed
    4. boolean gsap.TimelineMax.prototype._sortChildren
    5. boolean gsap.TimelineMax.prototype.autoRemoveChildren
    6. boolean gsap.TimelineMax.prototype.smoothChildTiming
    7. function gsap.TimelineMax.prototype.addCallback (callback, position, params, scope)
    8. function gsap.TimelineMax.prototype.constructor (vars)
    9. function gsap.TimelineMax.prototype.currentLabel (value)
    10. function gsap.TimelineMax.prototype.getActive (nested, tweens, timelines)
    11. function gsap.TimelineMax.prototype.getLabelAfter (time)
    12. function gsap.TimelineMax.prototype.getLabelBefore (time)
    13. function gsap.TimelineMax.prototype.getLabelsArray ()
    14. function gsap.TimelineMax.prototype.invalidate ()
    15. function gsap.TimelineMax.prototype.progress (value, suppressEvents)
    16. function gsap.TimelineMax.prototype.removeCallback (callback, position)
    17. function gsap.TimelineMax.prototype.removePause (position)
    18. function gsap.TimelineMax.prototype.render (time, suppressEvents, force)
    19. function gsap.TimelineMax.prototype.repeat (value)
    20. function gsap.TimelineMax.prototype.repeatDelay (value)
    21. function gsap.TimelineMax.prototype.time (value, suppressEvents)
    22. function gsap.TimelineMax.prototype.totalDuration (value)
    23. function gsap.TimelineMax.prototype.totalProgress (value, suppressEvents)
    24. function gsap.TimelineMax.prototype.tweenFromTo (fromPosition, toPosition, vars)
    25. function gsap.TimelineMax.prototype.tweenTo (position, vars)
    26. function gsap.TimelineMax.prototype.yoyo (value)
    27. number gsap.TimelineMax.prototype._delay
    28. number gsap.TimelineMax.prototype._duration
    29. number gsap.TimelineMax.prototype._startTime
    30. number gsap.TimelineMax.prototype._timeScale
    31. number gsap.TimelineMax.prototype._totalDuration
    32. object gsap.TimelineMax.prototype._labels
    33. object gsap.TimelineMax.prototype._next
    34. object gsap.TimelineMax.prototype._prev
    35. object gsap.TimelineMax.prototype._timeline
    36. object gsap.TimelineMax.prototype.timeline
    37. object gsap.TimelineMax.prototype.vars
  62. module gsap.TweenLite
    1. function gsap.TweenLite (target, duration, vars)
    2. function gsap.TweenLite._onPluginEvent (type, tween)
    3. function gsap.TweenLite.defaultStringFilter (a)
    4. function gsap.TweenLite.delayedCall (delay, callback, params, scope, useFrames)
    5. function gsap.TweenLite.from (target, duration, vars)
    6. function gsap.TweenLite.fromTo (target, duration, fromVars, toVars)
    7. function gsap.TweenLite.getTweensOf (target, onlyActive)
    8. function gsap.TweenLite.killDelayedCallsTo (target, onlyActive, vars)
    9. function gsap.TweenLite.killTweensOf (target, onlyActive, vars)
    10. function gsap.TweenLite.lagSmoothing (threshold, adjustedLag)
    11. function gsap.TweenLite.render ()
    12. function gsap.TweenLite.selector (e)
    13. function gsap.TweenLite.set (target, vars)
    14. function gsap.TweenLite.to (target, duration, vars)
    15. number gsap.TweenLite.autoSleep
    16. object gsap.TweenLite._internals
    17. object gsap.TweenLite._plugins
    18. object gsap.TweenLite.defaultEase
    19. object gsap.TweenLite.ticker
    20. string gsap.TweenLite.defaultOverwrite
    21. string gsap.TweenLite.version
  63. module gsap.TweenLite._internals
    1. function gsap.TweenLite._internals.blobDif (start, end, filter, pt)
    2. function gsap.TweenLite._internals.isArray (obj)
    3. function gsap.TweenLite._internals.isSelector (v)
    4. function gsap.TweenLite._internals.lazyRender ()
    5. object gsap.TweenLite._internals.lazyTweens
    6. object gsap.TweenLite._internals.reservedProps
    7. object gsap.TweenLite._internals.tweenLookup
  64. module gsap.TweenLite._plugins
    1. function gsap.TweenLite._plugins.attr ()
    2. function gsap.TweenLite._plugins.bezier ()
    3. function gsap.TweenLite._plugins.colorProps ()
    4. function gsap.TweenLite._plugins.css ()
    5. function gsap.TweenLite._plugins.cssRule ()
    6. function gsap.TweenLite._plugins.directionalRotation ()
    7. function gsap.TweenLite._plugins.easel ()
    8. function gsap.TweenLite._plugins.endArray ()
    9. function gsap.TweenLite._plugins.modifiers ()
    10. function gsap.TweenLite._plugins.raphael ()
    11. function gsap.TweenLite._plugins.roundProps ()
    12. function gsap.TweenLite._plugins.text ()
    13. function gsap.TweenLite._plugins.yourCustomProperty ()
  65. module gsap.TweenLite._plugins.attr.prototype
    1. function gsap.TweenLite._plugins.attr.prototype._onInitTween (target, value, tween, index)
    2. function gsap.TweenLite._plugins.attr.prototype.constructor ()
    3. number gsap.TweenLite._plugins.attr.prototype._priority
    4. object gsap.TweenLite._plugins.attr.prototype._overwriteProps
    5. object gsap.TweenLite._plugins.attr.prototype._super
    6. string gsap.TweenLite._plugins.attr.prototype._propName
  66. module gsap.TweenLite._plugins.directionalRotation.prototype
    1. function gsap.TweenLite._plugins.directionalRotation.prototype._onInitTween (target, value, tween, index)
    2. function gsap.TweenLite._plugins.directionalRotation.prototype.constructor ()
    3. function gsap.TweenLite._plugins.directionalRotation.prototype.setRatio (ratio)
    4. number gsap.TweenLite._plugins.directionalRotation.prototype._priority
    5. object gsap.TweenLite._plugins.directionalRotation.prototype._overwriteProps
    6. object gsap.TweenLite._plugins.directionalRotation.prototype._super
    7. string gsap.TweenLite._plugins.directionalRotation.prototype._propName
  67. module gsap.TweenLite._plugins.easel.prototype
    1. function gsap.TweenLite._plugins.easel.prototype._onInitTween (target, value, tween, index)
    2. function gsap.TweenLite._plugins.easel.prototype.constructor ()
    3. function gsap.TweenLite._plugins.easel.prototype.setRatio (v)
    4. number gsap.TweenLite._plugins.easel.prototype._priority
    5. object gsap.TweenLite._plugins.easel.prototype._overwriteProps
    6. object gsap.TweenLite._plugins.easel.prototype._super
    7. string gsap.TweenLite._plugins.easel.prototype._propName
  68. module gsap.TweenLite._plugins.endArray.prototype
    1. function gsap.TweenLite._plugins.endArray.prototype._mod (lookup)
    2. function gsap.TweenLite._plugins.endArray.prototype._onInitTween (target, value, tween)
    3. function gsap.TweenLite._plugins.endArray.prototype.constructor ()
    4. function gsap.TweenLite._plugins.endArray.prototype.setRatio (ratio)
    5. number gsap.TweenLite._plugins.endArray.prototype._priority
    6. object gsap.TweenLite._plugins.endArray.prototype._overwriteProps
    7. object gsap.TweenLite._plugins.endArray.prototype._super
    8. string gsap.TweenLite._plugins.endArray.prototype._propName
  69. module gsap.TweenLite._plugins.modifiers.prototype
    1. function gsap.TweenLite._plugins.modifiers.prototype._add (target, p, s, c, mod)
    2. function gsap.TweenLite._plugins.modifiers.prototype._onInitAllProps ()
    3. function gsap.TweenLite._plugins.modifiers.prototype._onInitTween (target, value, tween)
    4. function gsap.TweenLite._plugins.modifiers.prototype.constructor ()
    5. number gsap.TweenLite._plugins.modifiers.prototype._priority
    6. object gsap.TweenLite._plugins.modifiers.prototype._overwriteProps
    7. object gsap.TweenLite._plugins.modifiers.prototype._super
    8. string gsap.TweenLite._plugins.modifiers.prototype._propName
  70. module gsap.TweenLite._plugins.raphael.prototype
    1. function gsap.TweenLite._plugins.raphael.prototype._onInitTween (target, value, tween)
    2. function gsap.TweenLite._plugins.raphael.prototype._parseTransform (t, v)
    3. function gsap.TweenLite._plugins.raphael.prototype.constructor ()
    4. function gsap.TweenLite._plugins.raphael.prototype.setRatio (v)
    5. number gsap.TweenLite._plugins.raphael.prototype._priority
    6. object gsap.TweenLite._plugins.raphael.prototype._overwriteProps
    7. object gsap.TweenLite._plugins.raphael.prototype._super
    8. string gsap.TweenLite._plugins.raphael.prototype._propName
  71. module gsap.TweenLite._plugins.roundProps.prototype
    1. function gsap.TweenLite._plugins.roundProps.prototype._add (target, p, s, c)
    2. function gsap.TweenLite._plugins.roundProps.prototype._onInitAllProps ()
    3. function gsap.TweenLite._plugins.roundProps.prototype._onInitTween (target, value, tween)
    4. function gsap.TweenLite._plugins.roundProps.prototype.constructor ()
    5. number gsap.TweenLite._plugins.roundProps.prototype._priority
    6. object gsap.TweenLite._plugins.roundProps.prototype._overwriteProps
    7. object gsap.TweenLite._plugins.roundProps.prototype._super
    8. string gsap.TweenLite._plugins.roundProps.prototype._propName
  72. module gsap.TweenLite._plugins.text.prototype
    1. function gsap.TweenLite._plugins.text.prototype._onInitTween (target, value, tween, index)
    2. function gsap.TweenLite._plugins.text.prototype.constructor ()
    3. function gsap.TweenLite._plugins.text.prototype.setRatio (ratio)
    4. number gsap.TweenLite._plugins.text.prototype._priority
    5. object gsap.TweenLite._plugins.text.prototype._overwriteProps
    6. object gsap.TweenLite._plugins.text.prototype._super
    7. string gsap.TweenLite._plugins.text.prototype._delimiter
    8. string gsap.TweenLite._plugins.text.prototype._newClass
    9. string gsap.TweenLite._plugins.text.prototype._oldClass
    10. string gsap.TweenLite._plugins.text.prototype._propName
  73. module gsap.TweenLite._plugins.yourCustomProperty.prototype
    1. function gsap.TweenLite._plugins.yourCustomProperty.prototype._onInitTween (target, value, tween, index)
    2. function gsap.TweenLite._plugins.yourCustomProperty.prototype.constructor ()
    3. function gsap.TweenLite._plugins.yourCustomProperty.prototype.setRatio (ratio)
    4. number gsap.TweenLite._plugins.yourCustomProperty.prototype._priority
    5. object gsap.TweenLite._plugins.yourCustomProperty.prototype._overwriteProps
    6. object gsap.TweenLite._plugins.yourCustomProperty.prototype._super
    7. string gsap.TweenLite._plugins.yourCustomProperty.prototype._propName
  74. module gsap.TweenLite.prototype
    1. boolean gsap.TweenLite.prototype._active
    2. boolean gsap.TweenLite.prototype._gc
    3. boolean gsap.TweenLite.prototype._lazy
    4. boolean gsap.TweenLite.prototype._notifyPluginsOfEnabled
    5. boolean gsap.TweenLite.prototype._reversed
    6. function gsap.TweenLite.prototype._enabled (enabled, ignoreTimeline)
    7. function gsap.TweenLite.prototype._init ()
    8. function gsap.TweenLite.prototype._initProps (target, propLookup, siblings, overwrittenProps, index)
    9. function gsap.TweenLite.prototype._kill (vars, target, overwritingTween)
    10. function gsap.TweenLite.prototype.constructor (target, duration, vars)
    11. function gsap.TweenLite.prototype.invalidate ()
    12. function gsap.TweenLite.prototype.render (time, suppressEvents, force)
    13. number gsap.TweenLite.prototype._delay
    14. number gsap.TweenLite.prototype._duration
    15. number gsap.TweenLite.prototype._timeScale
    16. number gsap.TweenLite.prototype._totalDuration
    17. number gsap.TweenLite.prototype.ratio
    18. object gsap.TweenLite.prototype._ease
    19. object gsap.TweenLite.prototype._firstPT
    20. object gsap.TweenLite.prototype._overwrittenProps
    21. object gsap.TweenLite.prototype._startAt
    22. object gsap.TweenLite.prototype._targets
    23. object gsap.TweenLite.prototype.vars
  75. module gsap.TweenMax
    1. function gsap.TweenMax (target, duration, vars)
    2. function gsap.TweenMax.BackIn (overshoot)
    3. function gsap.TweenMax.BackInOut (overshoot)
    4. function gsap.TweenMax.BackOut (overshoot)
    5. function gsap.TweenMax.BezierPlugin ()
    6. function gsap.TweenMax.BounceIn ()
    7. function gsap.TweenMax.BounceInOut ()
    8. function gsap.TweenMax.BounceOut ()
    9. function gsap.TweenMax.CSSPlugin ()
    10. function gsap.TweenMax.CSSRulePlugin ()
    11. function gsap.TweenMax.CircIn ()
    12. function gsap.TweenMax.CircInOut ()
    13. function gsap.TweenMax.CircOut ()
    14. function gsap.TweenMax.ColorPropsPlugin ()
    15. function gsap.TweenMax.Cubic ()
    16. function gsap.TweenMax.Ease (func, extraParams, type, power)
    17. function gsap.TweenMax.ElasticIn (amplitude, period)
    18. function gsap.TweenMax.ElasticInOut (amplitude, period)
    19. function gsap.TweenMax.ElasticOut (amplitude, period)
    20. function gsap.TweenMax.ExpoIn ()
    21. function gsap.TweenMax.ExpoInOut ()
    22. function gsap.TweenMax.ExpoOut ()
    23. function gsap.TweenMax.Linear ()
    24. function gsap.TweenMax.Power0 ()
    25. function gsap.TweenMax.Power1 ()
    26. function gsap.TweenMax.Power2 ()
    27. function gsap.TweenMax.Power3 ()
    28. function gsap.TweenMax.Power4 ()
    29. function gsap.TweenMax.Quad ()
    30. function gsap.TweenMax.Quart ()
    31. function gsap.TweenMax.Quint ()
    32. function gsap.TweenMax.RoughEase (vars)
    33. function gsap.TweenMax.SineIn ()
    34. function gsap.TweenMax.SineInOut ()
    35. function gsap.TweenMax.SineOut ()
    36. function gsap.TweenMax.SlowMo (linearRatio, power, yoyoMode)
    37. function gsap.TweenMax.SteppedEase (steps)
    38. function gsap.TweenMax.Strong ()
    39. function gsap.TweenMax.TimelineLite (vars)
    40. function gsap.TweenMax.TimelineMax (vars)
    41. function gsap.TweenMax.TweenLite (target, duration, vars)
    42. function gsap.TweenMax.TweenPlugin (props, priority)
    43. function gsap.TweenMax.allFrom (targets, duration, vars, stagger, onCompleteAll, onCompleteAllParams, onCompleteAllScope)
    44. function gsap.TweenMax.allFromTo (targets, duration, fromVars, toVars, stagger, onCompleteAll, onCompleteAllParams, onCompleteAllScope)
    45. function gsap.TweenMax.allTo (targets, duration, vars, stagger, onCompleteAll, onCompleteAllParams, onCompleteAllScope)
    46. function gsap.TweenMax.delayedCall (delay, callback, params, scope, useFrames)
    47. function gsap.TweenMax.from (target, duration, vars)
    48. function gsap.TweenMax.fromTo (target, duration, fromVars, toVars)
    49. function gsap.TweenMax.getAllTweens (includeTimelines)
    50. function gsap.TweenMax.getTweensOf (target, onlyActive)
    51. function gsap.TweenMax.globalTimeScale (value)
    52. function gsap.TweenMax.isTweening (target)
    53. function gsap.TweenMax.killAll (complete, tweens, delayedCalls, timelines)
    54. function gsap.TweenMax.killChildTweensOf (parent, complete)
    55. function gsap.TweenMax.killDelayedCallsTo (target, onlyActive, vars)
    56. function gsap.TweenMax.killTweensOf (target, onlyActive, vars)
    57. function gsap.TweenMax.lagSmoothing (threshold, adjustedLag)
    58. function gsap.TweenMax.pauseAll (tweens, delayedCalls, timelines)
    59. function gsap.TweenMax.render ()
    60. function gsap.TweenMax.resumeAll (tweens, delayedCalls, timelines)
    61. function gsap.TweenMax.set (target, vars)
    62. function gsap.TweenMax.staggerFrom (targets, duration, vars, stagger, onCompleteAll, onCompleteAllParams, onCompleteAllScope)
    63. function gsap.TweenMax.staggerFromTo (targets, duration, fromVars, toVars, stagger, onCompleteAll, onCompleteAllParams, onCompleteAllScope)
    64. function gsap.TweenMax.staggerTo (targets, duration, vars, stagger, onCompleteAll, onCompleteAllParams, onCompleteAllScope)
    65. function gsap.TweenMax.to (target, duration, vars)
    66. object gsap.TweenMax.Back
    67. object gsap.TweenMax.Bounce
    68. object gsap.TweenMax.Circ
    69. object gsap.TweenMax.EaseLookup
    70. object gsap.TweenMax.Elastic
    71. object gsap.TweenMax.Expo
    72. object gsap.TweenMax.Sine
    73. object gsap.TweenMax.ticker
    74. string gsap.TweenMax.version
  76. module gsap.TweenMax.prototype
    1. boolean gsap.TweenMax.prototype._active
    2. boolean gsap.TweenMax.prototype._gc
    3. boolean gsap.TweenMax.prototype._lazy
    4. boolean gsap.TweenMax.prototype._reversed
    5. function gsap.TweenMax.prototype.constructor (target, duration, vars)
    6. function gsap.TweenMax.prototype.duration (value)
    7. function gsap.TweenMax.prototype.invalidate ()
    8. function gsap.TweenMax.prototype.progress (value, suppressEvents)
    9. function gsap.TweenMax.prototype.render (time, suppressEvents, force)
    10. function gsap.TweenMax.prototype.repeat (value)
    11. function gsap.TweenMax.prototype.repeatDelay (value)
    12. function gsap.TweenMax.prototype.time (value, suppressEvents)
    13. function gsap.TweenMax.prototype.totalDuration (value)
    14. function gsap.TweenMax.prototype.totalProgress (value, suppressEvents)
    15. function gsap.TweenMax.prototype.updateTo (vars, resetDuration)
    16. function gsap.TweenMax.prototype.yoyo (value)
    17. number gsap.TweenMax.prototype._delay
    18. number gsap.TweenMax.prototype._duration
    19. number gsap.TweenMax.prototype._overwrite
    20. number gsap.TweenMax.prototype._startTime
    21. number gsap.TweenMax.prototype._timeScale
    22. number gsap.TweenMax.prototype._totalDuration
    23. object gsap.TweenMax.prototype._next
    24. object gsap.TweenMax.prototype._prev
    25. object gsap.TweenMax.prototype._propLookup
    26. object gsap.TweenMax.prototype._siblings
    27. object gsap.TweenMax.prototype._timeline
    28. object gsap.TweenMax.prototype.target
    29. object gsap.TweenMax.prototype.timeline
    30. object gsap.TweenMax.prototype.vars
  77. module gsap.TweenPlugin
    1. function gsap.TweenPlugin (props, priority)
    2. function gsap.TweenPlugin.activate (plugins)
    3. number gsap.TweenPlugin.API
    4. string gsap.TweenPlugin.version
  78. module gsap.TweenPlugin.prototype
    1. function gsap.TweenPlugin.prototype._addTween (target, prop, start, end, overwriteProp, mod, funcParam, stringFilter, index)
    2. function gsap.TweenPlugin.prototype._kill (lookup)
    3. function gsap.TweenPlugin.prototype._mod (lookup)
    4. function gsap.TweenPlugin.prototype._roundProps (lookup)
    5. function gsap.TweenPlugin.prototype.setRatio (v)
    6. object gsap.TweenPlugin.prototype._firstPT
  79. module gsap.ticker
    1. function gsap.ticker.fps (value)
    2. function gsap.ticker.lagSmoothing (threshold, adjustedLag)
    3. function gsap.ticker.sleep ()
    4. function gsap.ticker.tick ()
    5. function gsap.ticker.useRAF (value)
    6. function gsap.ticker.wake (seamless)
    7. number gsap.ticker.frame
    8. number gsap.ticker.time
    9. object gsap.ticker._eventTarget
    10. object gsap.ticker._listeners

module gsap

function gsap (target, duration, vars)

function gsap.BackIn (overshoot)

function gsap.BackInOut (overshoot)

function gsap.BackOut (overshoot)

function gsap.BezierPlugin ()

function gsap.BounceIn ()

function gsap.BounceInOut ()

function gsap.BounceOut ()

function gsap.CSSPlugin ()

function gsap.CSSRulePlugin ()

function gsap.CircIn ()

function gsap.CircInOut ()

function gsap.CircOut ()

function gsap.ColorPropsPlugin ()

function gsap.Cubic ()

function gsap.Ease (func, extraParams, type, power)

function gsap.ElasticIn (amplitude, period)

function gsap.ElasticInOut (amplitude, period)

function gsap.ElasticOut (amplitude, period)

function gsap.ExpoIn ()

function gsap.ExpoInOut ()

function gsap.ExpoOut ()

function gsap.Linear ()

function gsap.Power0 ()

function gsap.Power1 ()

function gsap.Power2 ()

function gsap.Power3 ()

function gsap.Power4 ()

function gsap.Quad ()

function gsap.Quart ()

function gsap.Quint ()

function gsap.RoughEase (vars)

function gsap.SineIn ()

function gsap.SineInOut ()

function gsap.SineOut ()

function gsap.SlowMo (linearRatio, power, yoyoMode)

function gsap.SteppedEase (steps)

function gsap.Strong ()

function gsap.TimelineLite (vars)

function gsap.TimelineMax (vars)

function gsap.TweenLite (target, duration, vars)

function gsap.TweenMax (target, duration, vars)

function gsap.TweenPlugin (props, priority)

function gsap.allFrom (targets, duration, vars, stagger, onCompleteAll, onCompleteAllParams, onCompleteAllScope)

function gsap.allFromTo (targets, duration, fromVars, toVars, stagger, onCompleteAll, onCompleteAllParams, onCompleteAllScope)

function gsap.allTo (targets, duration, vars, stagger, onCompleteAll, onCompleteAllParams, onCompleteAllScope)

function gsap.delayedCall (delay, callback, params, scope, useFrames)

function gsap.from (target, duration, vars)

function gsap.fromTo (target, duration, fromVars, toVars)

function gsap.getAllTweens (includeTimelines)

function gsap.getTweensOf (target, onlyActive)

function gsap.globalTimeScale (value)

function gsap.isTweening (target)

function gsap.killAll (complete, tweens, delayedCalls, timelines)

function gsap.killChildTweensOf (parent, complete)

function gsap.killDelayedCallsTo (target, onlyActive, vars)

function gsap.killTweensOf (target, onlyActive, vars)

function gsap.lagSmoothing (threshold, adjustedLag)

function gsap.pauseAll (tweens, delayedCalls, timelines)

function gsap.render ()

function gsap.resumeAll (tweens, delayedCalls, timelines)

function gsap.set (target, vars)

function gsap.staggerFrom (targets, duration, vars, stagger, onCompleteAll, onCompleteAllParams, onCompleteAllScope)

function gsap.staggerFromTo (targets, duration, fromVars, toVars, stagger, onCompleteAll, onCompleteAllParams, onCompleteAllScope)

function gsap.staggerTo (targets, duration, vars, stagger, onCompleteAll, onCompleteAllParams, onCompleteAllScope)

function gsap.to (target, duration, vars)

module gsap.BackIn

function gsap.BackIn (overshoot)

module gsap.BackIn.prototype

function gsap.BackIn.prototype.config (overshoot)

function gsap.BackIn.prototype.constructor (overshoot)

function gsap.BackIn.prototype.getRatio (p)

module gsap.BackInOut

function gsap.BackInOut (overshoot)

module gsap.BackInOut.prototype

function gsap.BackInOut.prototype.config (overshoot)

function gsap.BackInOut.prototype.constructor (overshoot)

function gsap.BackInOut.prototype.getRatio (p)

module gsap.BackOut

function gsap.BackOut (overshoot)

module gsap.BackOut.prototype

function gsap.BackOut.prototype.config (overshoot)

function gsap.BackOut.prototype.constructor (overshoot)

function gsap.BackOut.prototype.getRatio (p)

module gsap.BezierPlugin

function gsap.BezierPlugin ()

function gsap.BezierPlugin._cssRegister ()

function gsap.BezierPlugin.bezierThrough (values, curviness, quadratic, basic, correlate, prepend)

function gsap.BezierPlugin.cubicToQuadratic (a, b, c, d)

function gsap.BezierPlugin.quadraticToCubic (a, b, c)

module gsap.BezierPlugin.prototype

function gsap.BezierPlugin.prototype._kill (lookup)

function gsap.BezierPlugin.prototype._mod (lookup)

function gsap.BezierPlugin.prototype._onInitTween (target, vars, tween)

function gsap.BezierPlugin.prototype.constructor ()

function gsap.BezierPlugin.prototype.setRatio (v)

module gsap.BounceIn

function gsap.BounceIn ()

module gsap.BounceIn.prototype

function gsap.BounceIn.prototype.constructor ()

function gsap.BounceIn.prototype.getRatio (p)

module gsap.BounceInOut

function gsap.BounceInOut ()

module gsap.BounceInOut.prototype

function gsap.BounceInOut.prototype.constructor ()

function gsap.BounceInOut.prototype.getRatio (p)

module gsap.BounceOut

function gsap.BounceOut ()

module gsap.BounceOut.prototype

function gsap.BounceOut.prototype.constructor ()

function gsap.BounceOut.prototype.getRatio (p)

module gsap.CSSPlugin

function gsap.CSSPlugin ()

function gsap.CSSPlugin.cascadeTo (target, duration, vars)

function gsap.CSSPlugin.colorStringFilter (a)

function gsap.CSSPlugin.getStyle (t, p, cs, calc, dflt)

function gsap.CSSPlugin.parseColor (v, toHSL)

function gsap.CSSPlugin.parseComplex (t, p, b, e, clrs, dflt, pt, pr, plugin, setRatio)

function gsap.CSSPlugin.registerSpecialProp (name, onInitTween, priority)

module gsap.CSSPlugin._internals

function gsap.CSSPlugin._internals.CSSPropTween (t, p, s, c, next, type, n, r, pr, b, e)

function gsap.CSSPlugin._internals.Transform ()

function gsap.CSSPlugin._internals._parseToProxy (t, vars, cssp, pt, plugin, shallow)

function gsap.CSSPlugin._internals._registerComplexSpecialProp (p, options, defaults)

function gsap.CSSPlugin._internals._registerPluginProp (p)

function gsap.CSSPlugin._internals._setPluginRatio (v)

function gsap.CSSPlugin._internals.calculateOffset (t, p, cs)

function gsap.CSSPlugin._internals.convertToPixels (t, p, v, sfx, recurse)

function gsap.CSSPlugin._internals.getTransform (t, cs, rec, parse)

function gsap.CSSPlugin._internals.set3DTransformRatio (v)

function gsap.CSSPlugin._internals.setTransformRatio (v)

module gsap.CSSPlugin._internals.CSSPropTween.prototype

function gsap.CSSPlugin._internals.CSSPropTween.prototype.appendXtra (pfx, s, c, sfx, r, pad)

module gsap.CSSPlugin.prototype

function gsap.CSSPlugin.prototype._addLazySet (t, p, v)

function gsap.CSSPlugin.prototype._enableTransforms (threeD)

function gsap.CSSPlugin.prototype._kill (lookup)

function gsap.CSSPlugin.prototype._linkCSSP (pt, next, prev, remove)

function gsap.CSSPlugin.prototype._mod (lookup)

function gsap.CSSPlugin.prototype._onInitTween (target, vars, tween, index)

function gsap.CSSPlugin.prototype.constructor ()

function gsap.CSSPlugin.prototype.parse (target, vars, pt, plugin)

function gsap.CSSPlugin.prototype.setRatio (v)

module gsap.CSSRulePlugin

function gsap.CSSRulePlugin ()

function gsap.CSSRulePlugin.getRule (selector)

module gsap.CSSRulePlugin.prototype

function gsap.CSSRulePlugin.prototype._onInitTween (target, value, tween)

function gsap.CSSRulePlugin.prototype.constructor ()

function gsap.CSSRulePlugin.prototype.setRatio (v)

module gsap.CircIn

function gsap.CircIn ()

module gsap.CircIn.prototype

function gsap.CircIn.prototype.constructor ()

function gsap.CircIn.prototype.getRatio (p)

module gsap.CircInOut

function gsap.CircInOut ()

module gsap.CircInOut.prototype

function gsap.CircInOut.prototype.constructor ()

function gsap.CircInOut.prototype.getRatio (p)

module gsap.CircOut

function gsap.CircOut ()

module gsap.CircOut.prototype

function gsap.CircOut.prototype.constructor ()

function gsap.CircOut.prototype.getRatio (p)

module gsap.ColorPropsPlugin

function gsap.ColorPropsPlugin ()

function gsap.ColorPropsPlugin.colorStringFilter (a)

function gsap.ColorPropsPlugin.parseColor (v, toHSL)

module gsap.ColorPropsPlugin.prototype

function gsap.ColorPropsPlugin.prototype._kill (lookup)

function gsap.ColorPropsPlugin.prototype._onInitTween (target, value, tween, index)

function gsap.ColorPropsPlugin.prototype.constructor ()

function gsap.ColorPropsPlugin.prototype.setRatio (v)

module gsap.Ease

function gsap.Ease (func, extraParams, type, power)

function gsap.Ease.register (ease, names, types, create)

module gsap.Ease.prototype

function gsap.Ease.prototype.getRatio (p)

module gsap.EaseLookup

function gsap.EaseLookup.find (s)

module gsap.ElasticIn

function gsap.ElasticIn (amplitude, period)

module gsap.ElasticIn.prototype

function gsap.ElasticIn.prototype.config (amplitude, period)

function gsap.ElasticIn.prototype.constructor (amplitude, period)

function gsap.ElasticIn.prototype.getRatio (p)

module gsap.ElasticInOut

function gsap.ElasticInOut (amplitude, period)

module gsap.ElasticInOut.prototype

function gsap.ElasticInOut.prototype.config (amplitude, period)

function gsap.ElasticInOut.prototype.constructor (amplitude, period)

function gsap.ElasticInOut.prototype.getRatio (p)

module gsap.ElasticOut

function gsap.ElasticOut (amplitude, period)

module gsap.ElasticOut.prototype

function gsap.ElasticOut.prototype.config (amplitude, period)

function gsap.ElasticOut.prototype.constructor (amplitude, period)

function gsap.ElasticOut.prototype.getRatio (p)

module gsap.ExpoIn

function gsap.ExpoIn ()

module gsap.ExpoIn.prototype

function gsap.ExpoIn.prototype.constructor ()

function gsap.ExpoIn.prototype.getRatio (p)

module gsap.ExpoInOut

function gsap.ExpoInOut ()

module gsap.ExpoInOut.prototype

function gsap.ExpoInOut.prototype.constructor ()

function gsap.ExpoInOut.prototype.getRatio (p)

module gsap.ExpoOut

function gsap.ExpoOut ()

module gsap.ExpoOut.prototype

function gsap.ExpoOut.prototype.constructor ()

function gsap.ExpoOut.prototype.getRatio (p)

module gsap.RoughEase

function gsap.RoughEase (vars)

module gsap.RoughEase.prototype

function gsap.RoughEase.prototype.config (vars)

function gsap.RoughEase.prototype.constructor (vars)

function gsap.RoughEase.prototype.getRatio (p)

module gsap.SineIn

function gsap.SineIn ()

module gsap.SineIn.prototype

function gsap.SineIn.prototype.constructor ()

function gsap.SineIn.prototype.getRatio (p)

module gsap.SineInOut

function gsap.SineInOut ()

module gsap.SineInOut.prototype

function gsap.SineInOut.prototype.constructor ()

function gsap.SineInOut.prototype.getRatio (p)

module gsap.SineOut

function gsap.SineOut ()

module gsap.SineOut.prototype

function gsap.SineOut.prototype.constructor ()

function gsap.SineOut.prototype.getRatio (p)

module gsap.SlowMo

function gsap.SlowMo (linearRatio, power, yoyoMode)

function gsap.SlowMo.config (linearRatio, power, yoyoMode)

module gsap.SlowMo.prototype

function gsap.SlowMo.prototype.config (linearRatio, power, yoyoMode)

function gsap.SlowMo.prototype.constructor (linearRatio, power, yoyoMode)

function gsap.SlowMo.prototype.getRatio (p)

module gsap.SteppedEase

function gsap.SteppedEase (steps)

function gsap.SteppedEase.config (steps)

module gsap.SteppedEase.prototype

function gsap.SteppedEase.prototype.config (steps)

function gsap.SteppedEase.prototype.constructor (steps)

function gsap.SteppedEase.prototype.getRatio (p)

module gsap.TimelineLite

function gsap.TimelineLite (vars)

function gsap.TimelineLite.exportRoot (vars, ignoreDelayedCalls)

module gsap.TimelineLite._internals

function gsap.TimelineLite._internals.pauseCallback ()

module gsap.TimelineLite.prototype

function gsap.TimelineLite.prototype._contains (tween)

function gsap.TimelineLite.prototype._enabled (enabled, ignoreTimeline)

function gsap.TimelineLite.prototype._hasPausedChild ()

function gsap.TimelineLite.prototype._kill (vars, target)

function gsap.TimelineLite.prototype._parseTimeOrLabel (timeOrLabel, offsetOrLabel, appendIfAbsent, ignore)

function gsap.TimelineLite.prototype._remove (tween, skipDisable)

function gsap.TimelineLite.prototype.add (value, position, align, stagger)

function gsap.TimelineLite.prototype.addLabel (label, position)

function gsap.TimelineLite.prototype.addPause (position, callback, params, scope)

function gsap.TimelineLite.prototype.append (value, offsetOrLabel)

function gsap.TimelineLite.prototype.appendMultiple (tweens, offsetOrLabel, align, stagger)

function gsap.TimelineLite.prototype.call (callback, params, scope, position)

function gsap.TimelineLite.prototype.clear (labels)

function gsap.TimelineLite.prototype.constructor (vars)

function gsap.TimelineLite.prototype.duration (value)

function gsap.TimelineLite.prototype.from (target, duration, vars, position)

function gsap.TimelineLite.prototype.fromTo (target, duration, fromVars, toVars, position)

function gsap.TimelineLite.prototype.getChildren (nested, tweens, timelines, ignoreBeforeTime)

function gsap.TimelineLite.prototype.getLabelTime (label)

function gsap.TimelineLite.prototype.getTweensOf (target, nested)

function gsap.TimelineLite.prototype.gotoAndPlay (position, suppressEvents)

function gsap.TimelineLite.prototype.gotoAndStop (position, suppressEvents)

function gsap.TimelineLite.prototype.insert (value, position, align, stagger)

function gsap.TimelineLite.prototype.insertMultiple (value, position, align, stagger)

function gsap.TimelineLite.prototype.invalidate ()

function gsap.TimelineLite.prototype.paused (value)

function gsap.TimelineLite.prototype.rawTime (wrapRepeats)

function gsap.TimelineLite.prototype.recent ()

function gsap.TimelineLite.prototype.remove (value)

function gsap.TimelineLite.prototype.removeLabel (label)

function gsap.TimelineLite.prototype.render (time, suppressEvents, force)

function gsap.TimelineLite.prototype.seek (position, suppressEvents)

function gsap.TimelineLite.prototype.set (target, vars, position)

function gsap.TimelineLite.prototype.shiftChildren (amount, adjustLabels, ignoreBeforeTime)

function gsap.TimelineLite.prototype.staggerFrom (targets, duration, vars, stagger, position, onCompleteAll, onCompleteAllParams, onCompleteAllScope)

function gsap.TimelineLite.prototype.staggerFromTo (targets, duration, fromVars, toVars, stagger, position, onCompleteAll, onCompleteAllParams, onCompleteAllScope)

function gsap.TimelineLite.prototype.staggerTo (targets, duration, vars, stagger, position, onCompleteAll, onCompleteAllParams, onCompleteAllScope)

function gsap.TimelineLite.prototype.stop ()

function gsap.TimelineLite.prototype.to (target, duration, vars, position)

function gsap.TimelineLite.prototype.totalDuration (value)

function gsap.TimelineLite.prototype.totalTime (time, suppressEvents, uncapped)

function gsap.TimelineLite.prototype.usesFrames ()

module gsap.TimelineMax

function gsap.TimelineMax (vars)

module gsap.TimelineMax.prototype

function gsap.TimelineMax.prototype.addCallback (callback, position, params, scope)

function gsap.TimelineMax.prototype.constructor (vars)

function gsap.TimelineMax.prototype.currentLabel (value)

function gsap.TimelineMax.prototype.getActive (nested, tweens, timelines)

function gsap.TimelineMax.prototype.getLabelAfter (time)

function gsap.TimelineMax.prototype.getLabelBefore (time)

function gsap.TimelineMax.prototype.getLabelsArray ()

function gsap.TimelineMax.prototype.invalidate ()

function gsap.TimelineMax.prototype.progress (value, suppressEvents)

function gsap.TimelineMax.prototype.removeCallback (callback, position)

function gsap.TimelineMax.prototype.removePause (position)

function gsap.TimelineMax.prototype.render (time, suppressEvents, force)

function gsap.TimelineMax.prototype.repeat (value)

function gsap.TimelineMax.prototype.repeatDelay (value)

function gsap.TimelineMax.prototype.time (value, suppressEvents)

function gsap.TimelineMax.prototype.totalDuration (value)

function gsap.TimelineMax.prototype.totalProgress (value, suppressEvents)

function gsap.TimelineMax.prototype.tweenFromTo (fromPosition, toPosition, vars)

function gsap.TimelineMax.prototype.tweenTo (position, vars)

function gsap.TimelineMax.prototype.yoyo (value)

module gsap.TweenLite

function gsap.TweenLite (target, duration, vars)

function gsap.TweenLite._onPluginEvent (type, tween)

function gsap.TweenLite.defaultStringFilter (a)

function gsap.TweenLite.delayedCall (delay, callback, params, scope, useFrames)

function gsap.TweenLite.from (target, duration, vars)

function gsap.TweenLite.fromTo (target, duration, fromVars, toVars)

function gsap.TweenLite.getTweensOf (target, onlyActive)

function gsap.TweenLite.killDelayedCallsTo (target, onlyActive, vars)

function gsap.TweenLite.killTweensOf (target, onlyActive, vars)

function gsap.TweenLite.lagSmoothing (threshold, adjustedLag)

function gsap.TweenLite.render ()

function gsap.TweenLite.selector (e)

function gsap.TweenLite.set (target, vars)

function gsap.TweenLite.to (target, duration, vars)

module gsap.TweenLite._internals

function gsap.TweenLite._internals.blobDif (start, end, filter, pt)

function gsap.TweenLite._internals.isArray (obj)

function gsap.TweenLite._internals.isSelector (v)

function gsap.TweenLite._internals.lazyRender ()

module gsap.TweenLite._plugins

function gsap.TweenLite._plugins.attr ()

function gsap.TweenLite._plugins.bezier ()

function gsap.TweenLite._plugins.colorProps ()

function gsap.TweenLite._plugins.css ()

function gsap.TweenLite._plugins.cssRule ()

function gsap.TweenLite._plugins.directionalRotation ()

function gsap.TweenLite._plugins.easel ()

function gsap.TweenLite._plugins.endArray ()

function gsap.TweenLite._plugins.modifiers ()

function gsap.TweenLite._plugins.raphael ()

function gsap.TweenLite._plugins.roundProps ()

function gsap.TweenLite._plugins.text ()

function gsap.TweenLite._plugins.yourCustomProperty ()

module gsap.TweenLite._plugins.attr.prototype

function gsap.TweenLite._plugins.attr.prototype._onInitTween (target, value, tween, index)

function gsap.TweenLite._plugins.attr.prototype.constructor ()

module gsap.TweenLite._plugins.directionalRotation.prototype

function gsap.TweenLite._plugins.directionalRotation.prototype._onInitTween (target, value, tween, index)

function gsap.TweenLite._plugins.directionalRotation.prototype.constructor ()

function gsap.TweenLite._plugins.directionalRotation.prototype.setRatio (ratio)

module gsap.TweenLite._plugins.easel.prototype

function gsap.TweenLite._plugins.easel.prototype._onInitTween (target, value, tween, index)

function gsap.TweenLite._plugins.easel.prototype.constructor ()

function gsap.TweenLite._plugins.easel.prototype.setRatio (v)

module gsap.TweenLite._plugins.endArray.prototype

function gsap.TweenLite._plugins.endArray.prototype._mod (lookup)

function gsap.TweenLite._plugins.endArray.prototype._onInitTween (target, value, tween)

function gsap.TweenLite._plugins.endArray.prototype.constructor ()

function gsap.TweenLite._plugins.endArray.prototype.setRatio (ratio)

module gsap.TweenLite._plugins.modifiers.prototype

function gsap.TweenLite._plugins.modifiers.prototype._add (target, p, s, c, mod)

function gsap.TweenLite._plugins.modifiers.prototype._onInitAllProps ()

function gsap.TweenLite._plugins.modifiers.prototype._onInitTween (target, value, tween)

function gsap.TweenLite._plugins.modifiers.prototype.constructor ()

module gsap.TweenLite._plugins.raphael.prototype

function gsap.TweenLite._plugins.raphael.prototype._onInitTween (target, value, tween)

function gsap.TweenLite._plugins.raphael.prototype._parseTransform (t, v)

function gsap.TweenLite._plugins.raphael.prototype.constructor ()

function gsap.TweenLite._plugins.raphael.prototype.setRatio (v)

module gsap.TweenLite._plugins.roundProps.prototype

function gsap.TweenLite._plugins.roundProps.prototype._add (target, p, s, c)

function gsap.TweenLite._plugins.roundProps.prototype._onInitAllProps ()

function gsap.TweenLite._plugins.roundProps.prototype._onInitTween (target, value, tween)

function gsap.TweenLite._plugins.roundProps.prototype.constructor ()

module gsap.TweenLite._plugins.text.prototype

function gsap.TweenLite._plugins.text.prototype._onInitTween (target, value, tween, index)

function gsap.TweenLite._plugins.text.prototype.constructor ()

function gsap.TweenLite._plugins.text.prototype.setRatio (ratio)

module gsap.TweenLite._plugins.yourCustomProperty.prototype

function gsap.TweenLite._plugins.yourCustomProperty.prototype._onInitTween (target, value, tween, index)

function gsap.TweenLite._plugins.yourCustomProperty.prototype.constructor ()

function gsap.TweenLite._plugins.yourCustomProperty.prototype.setRatio (ratio)

module gsap.TweenLite.prototype

function gsap.TweenLite.prototype._enabled (enabled, ignoreTimeline)

function gsap.TweenLite.prototype._init ()

function gsap.TweenLite.prototype._initProps (target, propLookup, siblings, overwrittenProps, index)

function gsap.TweenLite.prototype._kill (vars, target, overwritingTween)

function gsap.TweenLite.prototype.constructor (target, duration, vars)

function gsap.TweenLite.prototype.invalidate ()

function gsap.TweenLite.prototype.render (time, suppressEvents, force)

module gsap.TweenMax

function gsap.TweenMax (target, duration, vars)

function gsap.TweenMax.BackIn (overshoot)

function gsap.TweenMax.BackInOut (overshoot)

function gsap.TweenMax.BackOut (overshoot)

function gsap.TweenMax.BezierPlugin ()

function gsap.TweenMax.BounceIn ()

function gsap.TweenMax.BounceInOut ()

function gsap.TweenMax.BounceOut ()

function gsap.TweenMax.CSSPlugin ()

function gsap.TweenMax.CSSRulePlugin ()

function gsap.TweenMax.CircIn ()

function gsap.TweenMax.CircInOut ()

function gsap.TweenMax.CircOut ()

function gsap.TweenMax.ColorPropsPlugin ()

function gsap.TweenMax.Cubic ()

function gsap.TweenMax.Ease (func, extraParams, type, power)

function gsap.TweenMax.ElasticIn (amplitude, period)

function gsap.TweenMax.ElasticInOut (amplitude, period)

function gsap.TweenMax.ElasticOut (amplitude, period)

function gsap.TweenMax.ExpoIn ()

function gsap.TweenMax.ExpoInOut ()

function gsap.TweenMax.ExpoOut ()

function gsap.TweenMax.Linear ()

function gsap.TweenMax.Power0 ()

function gsap.TweenMax.Power1 ()

function gsap.TweenMax.Power2 ()

function gsap.TweenMax.Power3 ()

function gsap.TweenMax.Power4 ()

function gsap.TweenMax.Quad ()

function gsap.TweenMax.Quart ()

function gsap.TweenMax.Quint ()

function gsap.TweenMax.RoughEase (vars)

function gsap.TweenMax.SineIn ()

function gsap.TweenMax.SineInOut ()

function gsap.TweenMax.SineOut ()

function gsap.TweenMax.SlowMo (linearRatio, power, yoyoMode)

function gsap.TweenMax.SteppedEase (steps)

function gsap.TweenMax.Strong ()

function gsap.TweenMax.TimelineLite (vars)

function gsap.TweenMax.TimelineMax (vars)

function gsap.TweenMax.TweenLite (target, duration, vars)

function gsap.TweenMax.TweenPlugin (props, priority)

function gsap.TweenMax.allFrom (targets, duration, vars, stagger, onCompleteAll, onCompleteAllParams, onCompleteAllScope)

function gsap.TweenMax.allFromTo (targets, duration, fromVars, toVars, stagger, onCompleteAll, onCompleteAllParams, onCompleteAllScope)

function gsap.TweenMax.allTo (targets, duration, vars, stagger, onCompleteAll, onCompleteAllParams, onCompleteAllScope)

function gsap.TweenMax.delayedCall (delay, callback, params, scope, useFrames)

function gsap.TweenMax.from (target, duration, vars)

function gsap.TweenMax.fromTo (target, duration, fromVars, toVars)

function gsap.TweenMax.getAllTweens (includeTimelines)

function gsap.TweenMax.getTweensOf (target, onlyActive)

function gsap.TweenMax.globalTimeScale (value)

function gsap.TweenMax.isTweening (target)

function gsap.TweenMax.killAll (complete, tweens, delayedCalls, timelines)

function gsap.TweenMax.killChildTweensOf (parent, complete)

function gsap.TweenMax.killDelayedCallsTo (target, onlyActive, vars)

function gsap.TweenMax.killTweensOf (target, onlyActive, vars)

function gsap.TweenMax.lagSmoothing (threshold, adjustedLag)

function gsap.TweenMax.pauseAll (tweens, delayedCalls, timelines)

function gsap.TweenMax.render ()

function gsap.TweenMax.resumeAll (tweens, delayedCalls, timelines)

function gsap.TweenMax.set (target, vars)

function gsap.TweenMax.staggerFrom (targets, duration, vars, stagger, onCompleteAll, onCompleteAllParams, onCompleteAllScope)

function gsap.TweenMax.staggerFromTo (targets, duration, fromVars, toVars, stagger, onCompleteAll, onCompleteAllParams, onCompleteAllScope)

function gsap.TweenMax.staggerTo (targets, duration, vars, stagger, onCompleteAll, onCompleteAllParams, onCompleteAllScope)

function gsap.TweenMax.to (target, duration, vars)

module gsap.TweenMax.prototype

function gsap.TweenMax.prototype.constructor (target, duration, vars)

function gsap.TweenMax.prototype.duration (value)

function gsap.TweenMax.prototype.invalidate ()

function gsap.TweenMax.prototype.progress (value, suppressEvents)

function gsap.TweenMax.prototype.render (time, suppressEvents, force)

function gsap.TweenMax.prototype.repeat (value)

function gsap.TweenMax.prototype.repeatDelay (value)

function gsap.TweenMax.prototype.time (value, suppressEvents)

function gsap.TweenMax.prototype.totalDuration (value)

function gsap.TweenMax.prototype.totalProgress (value, suppressEvents)

function gsap.TweenMax.prototype.updateTo (vars, resetDuration)

function gsap.TweenMax.prototype.yoyo (value)

module gsap.TweenPlugin

function gsap.TweenPlugin (props, priority)

function gsap.TweenPlugin.activate (plugins)

module gsap.TweenPlugin.prototype

function gsap.TweenPlugin.prototype._addTween (target, prop, start, end, overwriteProp, mod, funcParam, stringFilter, index)

function gsap.TweenPlugin.prototype._kill (lookup)

function gsap.TweenPlugin.prototype._mod (lookup)

function gsap.TweenPlugin.prototype._roundProps (lookup)

function gsap.TweenPlugin.prototype.setRatio (v)

module gsap.ticker

function gsap.ticker.fps (value)

function gsap.ticker.lagSmoothing (threshold, adjustedLag)

function gsap.ticker.sleep ()

function gsap.ticker.tick ()

function gsap.ticker.useRAF (value)

function gsap.ticker.wake (seamless)

[ this document was created with utility2 ]