| 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.data.TransformAroundPointVars |
| |
| SCALE — Constant static property in class com.greensock.events.TransformEvent |
| |
| 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.data.TransformAroundPointVars |
| |
| scaleX — Property in class com.greensock.layout.AutoFitArea |
| |
| scaleX — Property in class com.greensock.motionPaths.MotionPath |
| |
| scaleY — Property in class com.greensock.data.TransformAroundPointVars |
| |
| scaleY — Property in class com.greensock.layout.AutoFitArea |
| |
| scaleY — Property in class com.greensock.motionPaths.MotionPath |
| |
| 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. |
| SELECT — Constant static property in class com.greensock.events.TransformEvent |
| |
| SELECTION_CHANGE — Constant static property in class com.greensock.events.TransformEvent |
| |
| 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 |
| |
| 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 |
| STALLED — Constant static property in class com.greensock.events.VideoEvent |
| |
| 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 |
| |
| START — Constant static property in class com.greensock.events.VideoEvent |
| |
| 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 |
| 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 |
| |
|
| 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 |