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  
pause(atTime:any, suppressEvents:Boolean) — method, class com.greensock.core.Animation
Pauses the instance, optionally jumping to a specific time.
pauseAll(tweens:Boolean, delayedCalls:Boolean, timelines:Boolean) — Static Method , class com.greensock.TweenMax
[deprecated] Pauses all tweens and/or delayedCalls/callbacks and/or timelines.
paused(value:Boolean) — method, class com.greensock.core.Animation
Gets or sets the animation's paused state which indicates whether or not the animation is currently paused.
play(from:any, suppressEvents:Boolean) — method, class com.greensock.core.Animation
Begins playing forward, optionally from a specific time (by default playback begins from wherever the playhead currently is).
Power0 — final class, package com.greensock.easing
Provides an easeIn, easeOut, and easeInOut with a power (or strength) of 0 which is identical to Linear but with a more intuitive name.
Power1 — final class, package com.greensock.easing
Provides an easeIn, easeOut, and easeInOut with a power (or strength) of 1 which is identical to Quad but with a more intuitive name.
Power2 — final class, package com.greensock.easing
Provides an easeIn, easeOut, and easeInOut with a power (or strength) of 2 which is identical to Cubic but with a more intuitive name.
Power3 — final class, package com.greensock.easing
Provides an easeIn, easeOut, and easeInOut with a power (or strength) of 3 which is identical to Quart but with a more intuitive name.
Power4 — final class, package com.greensock.easing
Provides an easeIn, easeOut, and easeInOut with a power (or strength) of 4 which is identical to Quint and Strong but with a more intuitive name.
progress(value:Number) — method, class com.greensock.TimelineLite
Gets or sets the animation's progress which is a value between 0 and 1 indicating the position of the virtual playhead where 0 is at the beginning, 0.5 is halfway complete, and 1 is complete.
progress(value:Number) — method, class com.greensock.TimelineMax
Gets or sets the timeline's progress which is a value between 0 and 1 indicating the position of the virtual playhead (excluding repeats) where 0 is at the beginning, 0.5 is halfway complete, and 1 is complete.
progress(value:Number) — method, class com.greensock.TweenMax
Gets or sets the tween's progress which is a value between 0 and 1 indicating the position of the virtual playhead (excluding repeats) where 0 is at the beginning, 0.5 is halfway complete, and 1 is complete.
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