
com.greensock.text.FlexSplitTextField
FlexSplitTextField makes it easy to break apart the TextField in a UIComponent like a Label, Text, or TextArea so that each character, word, or line is in its own TextField, making complex animation …
greensock.com
rawContent — Property, class com.greensock.loading.core. DisplayObjectLoader The raw content that was successfully loaded into the content ContentDisplay Sprite which varies depending on the type …
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 …
greensock.com
x (value:Number, relative:Boolean) — method, class com.greensock.data. TweenLiteVars Tweens the "x" property of the target
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 …
com.greensock.loading Summary
Thu Oct 24 2013, 01:43 PM -05:00
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.loading.display.FlexContentDisplay
A container for visual content that is loaded by any of the following: ImageLoaders, SWFLoaders, or VideoLoaders which is to be used in Flex. It is essentially a UIComponent that has a loader property …
com.greensock.easing.SlowMo
SlowMo is a configurable ease that produces a slow-motion effect that decelerates initially, then moves linearly for a certain portion of the ease (which you can choose) and then accelerates again at the …
com.greensock.loading.core.LoaderItem
Serves as the base class for all individual loaders (not LoaderMax) like ImageLoader, XMLLoader, SWFLoader, MP3Loader, etc. There is no reason to use this class on its own. Please see the …