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  
parseBeziers(props, through) — Static method in class com.greensock.plugins.BezierPlugin
Helper method for translating control points into bezier information.
pause() — Method in class com.greensock.core.TweenCore
Pauses the tween/timeline
pauseAll(tweens, delayedCalls) — Static method in class com.greensock.TweenMax
Pauses all tweens and/or delayedCalls/callbacks.
paused — Property in class com.greensock.core.TweenCore
Indicates the paused state of the tween/timeline.
Physics2DPlugin — Class in package com.greensock.plugins
Provides simple physics functionality for tweening a DisplayObject's x and y coordinates based on a combination of velocity, angle, gravity, acceleration, accelerationAngle, and/or friction.
Physics2DPlugin() — Constructor in class com.greensock.plugins.Physics2DPlugin
PhysicsPropsPlugin — Class in package com.greensock.plugins
Sometimes you want to tween a property (or several) but you don't have a specific end value in mind - instead, you'd rather describe the movement in terms of physics concepts, like velocity, acceleration, and/or friction.
play() — Method in class com.greensock.core.TweenCore
Starts playing forward from the current position.
PREEXISTING — Constant static property in class com.greensock.OverwriteManager
Overwrites tweens of the same target that existed before this tween regardless of their start/end time or active state or overlapping properties.
prepend(tween:com.greensock.core:TweenCore, adjustLabels) — Method in class com.greensock.TimelineLite
Inserts a TweenLite, TweenMax, TimelineLite, or TimelineMax instance at the beginning of the timeline, pushing all existing tweens back in time to make room for the newly inserted one.
prependMultiple(tweens, align, stagger, adjustLabels) — Method in class com.greensock.TimelineLite
Prepends multiple tweens/timelines to the beginning of the timeline at once, moving all existing children back to make room, and optionally aligning the new children (as a sequence for example) and/or staggering the timing.

prevNode — Property in class com.greensock.core.PropTween
Previous PropTween in the linked list
priority — Property in class com.greensock.core.PropTween
Priority in the rendering queue.
property — Property in class com.greensock.core.PropTween
Name of the property that is being tweened
PropTween — Class in package com.greensock.core
Stores information about an individual property tween.
PropTween(target, property, start, change, name, isPlugin, nextNode:com.greensock.core:PropTween, priority) — Constructor in class com.greensock.core.PropTween
Constructor
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