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 |
scale — Property in class com.greensock.TweenProxy |
| |
scale — Property in class com.greensock.data.TransformAroundPointVars |
| |
ScaleMode — Class in package com.greensock.layout |
|
Provides constants for defining how objects should scale/stretch to fit within an area (like a LiquidArea or AutoFitArea ). |
ScalePlugin — Class in package com.greensock.plugins |
|
ScalePlugin combines scaleX and scaleY into one "scale" property. |
scaleX — Property in class com.greensock.TweenProxy |
| |
scaleX — Property in class com.greensock.data.TransformAroundPointVars |
| |
scaleX — Property in class com.greensock.layout.AutoFitArea |
| |
scaleX — Property in class com.greensock.motionPaths.MotionPath |
| |
scaleY — Property in class com.greensock.TweenProxy |
| |
scaleY — Property in class com.greensock.data.TransformAroundPointVars |
| |
scaleY — Property in class com.greensock.layout.AutoFitArea |
| |
scaleY — Property in class com.greensock.motionPaths.MotionPath |
| |
scriptAccessDenied — Event in class com.greensock.loading.LoaderMax |
| |
scriptAccessDenied — Event in class com.greensock.loading.LoaderMax |
| |
scriptAccessDenied — Event in class com.greensock.loading.SWFLoader |
| |
scriptAccessDenied — Event in class com.greensock.loading.XMLLoader |
| |
scriptAccessDenied — Event in class com.greensock.loading.XMLLoader |
| |
scriptAccessDenied — Property in class com.greensock.loading.core.LoaderItem |
|
If the loaded content is denied script access (because of security sandbox restrictions,
a missing crossdomain.xml file, etc.), scriptAccessDenied will be set to true . |
SCRIPT_ACCESS_DENIED — Constant static property in class com.greensock.events.LoaderEvent |
| When script access is denied for a particular loader (like if an ImageLoader or SWFLoader tries loading from another domain and the crossdomain.xml file is missing or doesn't grant permission properly), a SCRIPT_ACCESS_DENIED LoaderEvent will be dispatched. |
scrollRect — Property in class com.greensock.data.TweenLiteVars |
| Tweens the scrollRect property of any DisplayObject; you can define any of the following properties in the object: left, right, top, bottom, x, y, width, height. |
ScrollRectPlugin — Class in package com.greensock.plugins |
|
Tweens the scrollRect property of a DisplayObject. |
securityError — Event in class com.greensock.loading.DataLoader |
| |
securityError — Event in class com.greensock.loading.LoaderMax |
| |
securityError — Event in class com.greensock.loading.SWFLoader |
| |
securityError — Event in class com.greensock.loading.XMLLoader |
| |
SECURITY_ERROR — Constant static property in class com.greensock.events.LoaderEvent |
| Dispatched when the loader (or one of its children) encounters a SECURITY_ERROR (see Adobe's docs for details). |
SEQUENCE — Constant static property in class com.greensock.TweenAlign |
| |
SetActualSizePlugin — Class in package com.greensock.plugins |
|
Some components require resizing with setActualSize() instead of standard tweens of width/height in
order to scale properly. |
setBrightness(n) — Method in class com.greensock.data.ColorMatrixFilterVars |
| |
setColorize(color, amount) — Method in class com.greensock.data.ColorMatrixFilterVars |
| |
setContrast(n) — Method in class com.greensock.data.ColorMatrixFilterVars |
| |
setDestination(property, value, adjustStartValues) — Method in class com.greensock.TweenMax |
|
Adjusts a destination value on the fly, optionally adjusting the start values so that it appears to redirect seamlessly
without skipping/jerking (this method has been deprecated in favor of updateTo() ). |
setHue(n) — Method in class com.greensock.data.ColorMatrixFilterVars |
| |
setSaturation(n) — Method in class com.greensock.data.ColorMatrixFilterVars |
| |
setSize — Property in class com.greensock.data.TweenLiteVars |
| An object containing a "width" and/or "height" property which will be tweened over time and applied using setSize() on every frame during the course of the tween. |
SetSizePlugin — Class in package com.greensock.plugins |
|
Some components require resizing with setSize() instead of standard tweens of width/height in
order to scale properly. |
setThreshold(n) — Method in class com.greensock.data.ColorMatrixFilterVars |
| |
shadowAlpha — Property in class com.greensock.data.BevelFilterVars |
| |
shadowColor — Property in class com.greensock.data.BevelFilterVars |
| Shadow color. |
shiftChildren(amount, adjustLabels, ignoreBeforeTime) — Method in class com.greensock.TimelineLite |
|
Shifts the startTime of the timeline's children by a certain amount and optionally adjusts labels too. |
SHORTEST — Constant static property in class com.greensock.motionPaths.Direction |
| |
shortRotation — Property in class com.greensock.data.TransformAroundPointVars |
| |
shortRotation — Property in class com.greensock.data.TweenLiteVars |
| To tween any rotation property (even multiple properties) of the target object in the shortest direction, use shortRotation. |
ShortRotationPlugin — Class in package com.greensock.plugins |
|
To tween any rotation property of the target object in the shortest direction, use "shortRotation"
For example, if myObject.rotation is currently 170 degrees and you want to tween it to -170 degrees,
a normal rotation tween would travel a total of 340 degrees in the counter-clockwise direction,
but if you use shortRotation, it would travel 20 degrees in the clockwise direction instead. |
SimpleTimeline — Class in package com.greensock.core |
|
SimpleTimeline is the base class for the TimelineLite and TimelineMax classes. |
SimpleTimeline(vars) — Constructor in class com.greensock.core.SimpleTimeline |
| |
Sine — Class in package com.greensock.easing |
| |
skewX — Property in class com.greensock.TweenProxy |
| |
skewX2 — Property in class com.greensock.TweenProxy |
| |
skewX2Radians — Property in class com.greensock.TweenProxy |
| |
skewY — Property in class com.greensock.TweenProxy |
| |
skewY2 — Property in class com.greensock.TweenProxy |
| |
skewY2Radians — Property in class com.greensock.TweenProxy |
| |
skipFailed — Property in class com.greensock.loading.LoaderMax |
| If skipFailed is true (the default), any failed loaders in the queue will be skipped. |
skipPaused — Property in class com.greensock.loading.LoaderMax |
| If skipPaused is true (the default), any paused loaders in the queue will be skipped. |
snap(target, autoRotate, rotationOffset) — Method in class com.greensock.motionPaths.LinePath2D |
|
Allows you to snap an object like a Sprite, Point, MovieClip, etc. |
SoundTransformPlugin — Class in package com.greensock.plugins |
|
Tweens properties of an object's soundTransform property (like the volume, pan, leftToRight, etc. |
source — Property in class com.greensock.text.FlexSplitTextField |
| The source UIComponent whose TextField gets split apart. |
source — Property in class com.greensock.text.SplitTextField |
| The source TextField that gets split apart. |
split(source, spitType, container, offset) — Static method in class com.greensock.text.FlexSplitTextField |
|
This static method can be used to split apart any TextField and place the resulting
TextFields into any DisplayObjectContainer. |
split(source, spitType, container, offset) — Static method in class com.greensock.text.SplitTextField |
|
This static method can be used to split apart any TextField and place the resulting
TextFields into any DisplayObjectContainer. |
SplitTextField — Class in package com.greensock.text |
|
SplitTextField makes it easy to break apart a TextField so that each character, word, or line
is in its own TextField, making complex animation simple. |
SplitTextField(source, splitType, regOffsetX, regOffsetY) — Constructor in class com.greensock.text.SplitTextField |
|
Constructor. |
splitType — Property in class com.greensock.text.FlexSplitTextField |
| Determines the way in which the source TextField is split apart - either by characters, words, or lines. |
splitType — Property in class com.greensock.text.SplitTextField |
| Determines the way in which the source TextField is split apart - either by characters, words, or lines. |
stage — Property in class com.greensock.layout.LiquidStage |
| The stage associated with the LiquidStage instance |
start — Property in class com.greensock.core.PropTween |
| Starting value |
START — Constant static property in class com.greensock.TweenAlign |
| |
START — Constant static property in class com.greensock.events.TweenEvent |
| |
startAt — Property in class com.greensock.data.TweenMaxVars |
| Allows you to define the starting values for each property. |
startTime — Property in class com.greensock.core.TweenCore |
| Start time in seconds (or frames for frames-based tweens/timelines), according to its position on its parent timeline |
status — Property in class com.greensock.loading.LoaderMax |
| Integer code indicating the loader's status; options are LoaderStatus.READY, LoaderStatus.LOADING, LoaderStatus.COMPLETE, LoaderStatus.PAUSED, and LoaderStatus.DISPOSED . |
status — Property in class com.greensock.loading.core.LoaderCore |
| Integer code indicating the loader's status; options are LoaderStatus.READY, LoaderStatus.LOADING, LoaderStatus.COMPLETE, LoaderStatus.PAUSED, and LoaderStatus.DISPOSED . |
stop() — Method in class com.greensock.TimelineLite |
| Pauses the timeline (same as pause() - added stop() for consistency with Flash's MovieClip.stop() functionality) |
strength — Property in class com.greensock.data.BevelFilterVars |
| |
strength — Property in class com.greensock.data.DropShadowFilterVars |
| |
strength — Property in class com.greensock.data.GlowFilterVars |
| |
STRETCH — Constant static property in class com.greensock.layout.ScaleMode |
| Stretches the object to fill the area completely in terms of both width and height. |
Strong — Class in package com.greensock.easing |
| |
SWFLoader — Class in package com.greensock.loading |
|
Loads a swf file and automatically searches for active loaders in that swf that have
the requireWithRoot vars property set to that swf's root . |
SWFLoader(urlOrRequest, vars) — Constructor in class com.greensock.loading.SWFLoader |
|
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 |