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 |
ScalePlugin — Class in package com.greensock.plugins |
|
ScalePlugin combines scaleX and scaleY into one "scale" property. |
ScrollRectPlugin — Class in package com.greensock.plugins |
|
Tweens the scrollRect property of a DisplayObject. |
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. |
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. |
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. |
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. |
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 |
| |
start — Property in class com.greensock.core.PropTween |
| Starting value |
START — Constant static property in class com.greensock.events.TweenEvent |
| |
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) |
|
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 |