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.
path — Property in class com.greensock.motionPaths.PathFollower
The MotionPath instance that this PathFollower should follow
PathFollower — Class in package com.greensock.motionPaths
A PathFollower is used to associate a particular target object (like a MovieClip, Point, Sprite, etc.) with a MotionPath and it offers a tweenable progress property that manages positioning the target on the path accordingly.
PathFollower(target) — Constructor in class com.greensock.motionPaths.PathFollower
Constructor
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.
paused — Property in class com.greensock.data.TweenMaxVars
If true, the tween will be paused initially.
PAUSED_STATE_ENTERED — Constant static property in class com.greensock.events.VideoEvent
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.
pinCorners(topLeft:com.greensock.layout:PinPoint, bottomRight:com.greensock.layout:PinPoint, reconcile, tweenDuration, tweenVars) — Method in class com.greensock.layout.LiquidArea
By default, a LiquidArea pins itself to the TOP_LEFT and BOTTOM_RIGHT PinPoints of the LiquidStage, but this method allows you to pin the corners to different PinPoints if you prefer.
PinPoint — Class in package com.greensock.layout
PinPoint works with LiquidStage to create reference points on the stage and/or inside DisplayObjects so that the movement of these PinPoints trickles down and affects the position of attached DisplayObjects.
PinPoint(x, y, target, liquidStage:com.greensock.layout:LiquidStage) — Constructor in class com.greensock.layout.PinPoint
Constructor
play() — Method in class com.greensock.core.TweenCore
Starts playing forward from the current position.
PLAYING_STATE_ENTERED — Constant static property in class com.greensock.events.VideoEvent
point — Property in class com.greensock.data.TransformAroundPointVars
power — Constant static property in class com.greensock.easing.Cubic
power — Constant static property in class com.greensock.easing.Linear
power — Constant static property in class com.greensock.easing.Quad
power — Constant static property in class com.greensock.easing.Quart
power — Constant static property in class com.greensock.easing.Quint
power — Constant static property in class com.greensock.easing.Strong
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.

preview — Property in class com.greensock.layout.AutoFitArea
To see a visual representation of the area on the screen, set preview to true.
previewColor — Property in class com.greensock.layout.AutoFitArea
The preview color with which the area should be filled, making it easy to visualize on the stage.
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.
progress — Property in class com.greensock.motionPaths.MotionPath
A value (typically between 0 and 1) that can be used to move all followers along the path.
progress — Property in class com.greensock.motionPaths.PathFollower
A value (typically between 0 and 1) that can be used to move all followers along the path.
progressToAngle(progress, useRadians) — Method in class com.greensock.motionPaths.Circle2D
Translates a progress value (typically between 0 and 1 where 0 is the beginning of the path, 0.5 is in the middle, and 1 is at the end) to the associated angle on the Circle2D.
property — Property in class com.greensock.core.PropTween
Name of the property that is being tweened
PROPORTIONAL_INSIDE — Constant static property in class com.greensock.layout.ScaleMode
Scales the object proportionally to fit inside the area (its edges will never exceed the bounds of the area).
PROPORTIONAL_OUTSIDE — Constant static property in class com.greensock.layout.ScaleMode
Scales the object proportionally to completely fill the area, allowing portions of it to exceed the bounds when its aspect ratio doesn't match the area's.
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