
com.greensock.easing.Quad
Provides an easeIn, easeOut, and easeInOut with a power (or strength) of 1 which is identical to the Power1 ease. The more power, the more exaggerated the easing effect. Using a numeric approach …
GreenSock ActionScript API Docs
Properties | Properties | Constructor | Methods | Functions | Events | Styles | Skin Parts | Skin States | Effects | Constants | Constants | Interfaces | Classes ...
301 Moved Permanently
Moved Permanently The document has moved here.
com.greensock.plugins.CacheAsBitmapPlugin
[AS3/AS2 only] Forces the cacheAsBitmap property of a DisplayObject to be a certain value (true or false) during the tween and then sets it back to whatever it was before the tween was rendered for …
com.greensock.TimelineLite
The above code animates mc.x to 100, then mc.y to 50, and finally mc.alpha to 0 (notice the delay in all but the first tween). But imagine if you wanted to increase the duration of the first tween to 1.5 - you'd …
GreenSock Tweening Platform Language Reference
This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to Non-frame version.
greensock.com
x (value:Number, relative:Boolean) — method, class com.greensock.data. TweenLiteVars Tweens the "x" property of the target
com.greensock.events.LoaderEvent
Event-related data which varies based on the type of event. For example, VideoLoader dispatches a VIDEO_CUE_POINT event containing data about the cue point. A SWFLoader dispatches an …
greensock.com
Analyzes a url or array of urls and attempts to automatically create the appropriate loader (s) based on file extension (s) in the url (s), returning either an individual loader like an ImageLoader, SWFLoader, …
com.greensock.easing.Power1
Provides an easeIn, easeOut, and easeInOut with a power (or strength) of 1 which is identical to Quad but with a more intuitive name. The more power, the more exaggerated the easing effect. Using a …