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 |
radius — Property in class com.greensock.motionPaths.CirclePath2D |
| radius of the circle (does not factor in any transformations like scaleX/scaleY) |
rawContent — Property in class com.greensock.loading.VideoLoader |
| The Video object to which the NetStream was attached (automatically created by VideoLoader internally) |
rawContent — Property in class com.greensock.loading.core.DisplayObjectLoader |
|
The raw content that was successfully loaded into the content ContentDisplay
Sprite which varies depending on the type of loader and whether or not script access was denied while
attempting to load the file:
- ImageLoader with script access granted:
flash.display.Bitmap
- ImageLoader with script access denied:
flash.display.Loader
- SWFLoader with script access granted:
flash.display.DisplayObject (the swf's root )
- SWFLoader with script access denied:
flash.display.Loader (the swf's root cannot be accessed because it would generate a security error)
|
rawContent — Property in class com.greensock.loading.display.ContentDisplay |
| The raw content which can be a Bitmap, a MovieClip, a Loader, or a Video depending on the type of loader associated with the ContentDisplay. |
rawContent — Property in class com.greensock.loading.display.FlexContentDisplay |
| The raw content which can be a Bitmap, a MovieClip, a Loader, or a Video depending on the type of loader associated with the FlexContentDisplay. |
rawHeight — Property in class com.greensock.motionPaths.RectanglePath2D |
| height of the rectangle in its unrotated, unscaled state (does not factor in any transformations like scaleX/scaleY/rotation) |
rawProgress — Property in class com.greensock.loading.LoaderMax |
|
An unweighted value between 0 and 1 indicating the overall loading progress of the LoaderMax - this calculation does not concern
itself whatsoever with bytesLoaded and bytesTotal but rather the ratio of the children that are loaded
(all having equal weight). |
rawWidth — Property in class com.greensock.motionPaths.RectanglePath2D |
| width of the rectangle in its unrotated, unscaled state (does not factor in any transformations like scaleX/scaleY/rotation) |
READY — Constant static property in class com.greensock.events.VideoEvent |
| |
READY — Constant static property in class com.greensock.loading.LoaderStatus |
| The loader is ready to load and has not completed yet. |
RectanglePath2D — Class in package com.greensock.motionPaths |
|
A RectanglePath2D defines a rectangular path on which a PathFollower can be placed, making it simple to tween objects
along a rectangle's perimeter. |
RectanglePath2D(x, y, rawWidth, rawHeight, centerOrigin) — Constructor in class com.greensock.motionPaths.RectanglePath2D |
|
Constructor
|
redMultiplier — Property in class com.greensock.data.ColorTransformVars |
| |
redOffset — Property in class com.greensock.data.ColorTransformVars |
| |
registration — Property in class com.greensock.TweenProxy |
| |
registrationX — Property in class com.greensock.TweenProxy |
| |
registrationY — Property in class com.greensock.TweenProxy |
| |
regOffsetX — Property in class com.greensock.text.FlexSplitTextField |
| To offset the registration point by a certain number of pixels along its x-axis (according to the FlexSplitTextField's internal coordinate system), use regOffsetX. |
regOffsetX — Property in class com.greensock.text.SplitTextField |
| To offset the registration point by a certain number of pixels along its x-axis (according to the SplitTextField's internal coordinate system), use regOffsetX. |
regOffsetY — Property in class com.greensock.text.FlexSplitTextField |
| To offset the registration point by a certain number of pixels along its y-axis (according to the FlexSplitTextField's internal coordinate system), use regOffsetY. |
regOffsetY — Property in class com.greensock.text.SplitTextField |
| To offset the registration point by a certain number of pixels along its y-axis (according to the SplitTextField's internal coordinate system), use regOffsetY. |
release(target) — Method in class com.greensock.layout.AutoFitArea |
|
Releases control of an attached DisplayObject. |
release(target) — Method in class com.greensock.layout.LiquidStage |
|
Releases a DisplayObject from being controlled by LiquidStage after having been attached. |
release(target) — Method in class com.greensock.layout.PinPoint |
|
Releases a DisplayObject from being controlled by LiquidStage after having been attached. |
remove(tween:com.greensock.core:TweenCore, skipDisable) — Method in class com.greensock.TimelineLite |
|
Removes a TweenLite, TweenMax, TimelineLite, or TimelineMax instance from the timeline. |
remove — Property in class com.greensock.data.FilterVars |
| To remove the filter after the tween has completed, set remove to true. |
remove(loader:com.greensock.loading.core:LoaderCore) — Method in class com.greensock.loading.LoaderMax |
|
Removes a loader from the LoaderMax. |
removeAllFollowers() — Method in class com.greensock.motionPaths.MotionPath |
| Removes all followers. |
removeASCuePoint(timeNameOrCuePoint) — Method in class com.greensock.loading.VideoLoader |
|
Removes an ActionScript cue point that was added with addASCuePoint() . |
removeCallback(callback, timeOrLabel) — Method in class com.greensock.TimelineMax |
|
Removes a callback from a particular time or label. |
removeEventListener(type, listener, useCapture) — Method in class com.greensock.layout.PinPoint |
| |
removeFollower(target) — Method in class com.greensock.motionPaths.MotionPath |
|
Removes the target as a follower. |
removeLabel(label) — Method in class com.greensock.TimelineLite |
|
Removes a label from the timeline and returns the time of that label. |
removePoint(point) — Method in class com.greensock.motionPaths.LinePath2D |
|
Removes a particular Point instance from the points array. |
removePointByIndex(index) — Method in class com.greensock.motionPaths.LinePath2D |
|
Removes the Point that resides at a particular index/position in the points array. |
removeTint — Property in class com.greensock.data.TweenLiteVars |
| To remove the tint from a DisplayObject, set removeTint to true. |
RemoveTintPlugin — Class in package com.greensock.plugins |
|
Removes the tint of a DisplayObject over time. |
renderObjectAt(target, progress, autoRotate, rotationOffset) — Method in class com.greensock.motionPaths.CirclePath2D |
|
Positions any object with x and y properties on the path at a specific progress position. |
renderObjectAt(target, progress, autoRotate, rotationOffset) — Method in class com.greensock.motionPaths.LinePath2D |
|
Positions any object with x and y properties on the path at a specific progress position. |
renderObjectAt(target, progress, autoRotate, rotationOffset) — Method in class com.greensock.motionPaths.MotionPath |
|
Positions any object with x and y properties on the path at a specific progress position. |
renderObjectAt(target, progress, autoRotate, rotationOffset) — Method in class com.greensock.motionPaths.RectanglePath2D |
|
Positions any object with x and y properties on the path at a specific progress position. |
renderTime(time) — Method in class com.greensock.TweenNano |
|
Renders the tween at a particular time (or frame number for frames-based tweens)
WITHOUT changing its startTime, meaning if the tween is in progress when you call
renderTime(), it will not adjust the tween's timing to continue from the new time. |
repeat — Property in class com.greensock.TimelineMax |
| Number of times that the timeline should repeat; -1 repeats indefinitely. |
repeat — Property in class com.greensock.TweenMax |
| Number of times that the tween should repeat; -1 repeats indefinitely. |
repeat — Property in class com.greensock.data.TweenMaxVars |
| Number of times that the tween should repeat (to repeat indefinitely, use -1). |
repeat — Property in class com.greensock.loading.data.MP3LoaderVars |
| Number of times that the mp3 should repeat. |
repeat — Property in class com.greensock.loading.data.VideoLoaderVars |
| Number of times that the video should repeat. |
REPEAT — Constant static property in class com.greensock.events.TweenEvent |
| |
repeatDelay — Property in class com.greensock.TimelineMax |
| Amount of time in seconds (or frames for frames-based timelines) between repeats |
repeatDelay — Property in class com.greensock.TweenMax |
| Amount of time in seconds (or frames for frames-based tweens) between repeats |
repeatDelay — Property in class com.greensock.data.TweenMaxVars |
| Amount of time in seconds (or frames for frames-based tween) between repeats. |
replaceURLText(fromText, toText, includeNested) — Method in class com.greensock.loading.LoaderMax |
|
Immediately replaces a certain substring in each child loader's url with another string,
making it simple to do something like change "{imageDirectory}image1.jpg" to
"http://www.greensock.com/images/image1.jpg" . |
request — Property in class com.greensock.loading.core.LoaderItem |
| The URLRequest associated with the loader. |
requireWithRoot — Property in class com.greensock.loading.data.core.LoaderCoreVars |
| LoaderMax supports subloading, where an object can be factored into a parent's loading progress. |
RESIZE — Constant static property in class com.greensock.events.VideoEvent |
| |
restart(includeDelay, suppressEvents) — Method in class com.greensock.core.TweenCore |
|
Restarts and begins playing forward. |
resume() — Method in class com.greensock.core.TweenCore |
| Starts playing from the current position without altering direction (forward or reversed). |
resume() — Method in class com.greensock.loading.core.LoaderCore |
| Unpauses the loader and resumes loading immediately. |
resumeAll(tweens, delayedCalls) — Static method in class com.greensock.TweenMax |
|
Resumes all paused tweens and/or delayedCalls/callbacks. |
retroMode — Property in class com.greensock.layout.LiquidStage |
| When retroMode is true , LiquidStage will revert to (and stay at) the base stage size as it was defined in the constructor (baseWidth and baseHeight ) which can be useful when you want to pin objects according to coordinates on the original (unscaled) stage. |
reverse(forceResume) — Method in class com.greensock.core.TweenCore |
|
Reverses smoothly, adjusting the startTime to avoid any skipping. |
REVERSE_COMPLETE — Constant static property in class com.greensock.events.TweenEvent |
| |
reversed — Property in class com.greensock.core.TweenCore |
| Indicates the reversed state of the tween/timeline. |
reversed — Property in class com.greensock.data.TweenMaxVars |
| If true, the tween will be reversed initially. |
RIGHT — Constant static property in class com.greensock.layout.AlignMode |
| Align with the right side of the area. |
RIGHT_CENTER — Property in class com.greensock.layout.LiquidStage |
| right center of the stage |
ROTATE — Constant static property in class com.greensock.events.TransformEvent |
| |
rotation — Property in class com.greensock.TweenProxy |
| |
rotation — Property in class com.greensock.data.TransformAroundPointVars |
| |
rotation — Property in class com.greensock.layout.AutoFitArea |
| |
rotation — Property in class com.greensock.loading.data.core.DisplayObjectLoaderVars |
| Sets the ContentDisplay 's rotation property. |
rotation — Property in class com.greensock.motionPaths.MotionPath |
| |
rotationOffset — Property in class com.greensock.motionPaths.PathFollower |
| When autoRotate is true , this value will always be added to the resulting rotation of the target. |
RoughEase — Class in package com.greensock.easing |
|
Most easing equations give a smooth, gradual transition between the start and end values, but RoughEase provides
an easy way to get a rough, jagged effect instead. |
RoughEase(strength, points, restrictMaxAndMin, templateEase, taper, randomize, name) — Constructor in class com.greensock.easing.RoughEase |
|
Constructor
|
roundProps — Property in class com.greensock.data.TweenMaxVars |
| An Array of the names of properties that should be rounded to the nearest integer when tweening |
RoundPropsPlugin — Class in package com.greensock.plugins |
|
If you'd like the inbetween values in a tween to always get rounded to the nearest integer, use the roundProps
special property. |
runBackwards — Property in class com.greensock.data.TweenLiteVars |
| When true, the tween will flip the start and end values which is exactly what TweenLite.from() does. |
|
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 |