
301 Moved Permanently
Moved PermanentlyThe document has moved here.
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 …
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 …
com.greensock.data.TweenLiteVars
In most code editors, code hinting will be activated which helps remind you which special properties are available. It allows you to code using strict data typing which can improve …
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 …
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 …
com.greensock.loading.data.DataLoaderVars
In most code editors, code hinting will be activated which helps remind you which special properties are available in DataLoader It enables strict data typing for improved debugging …
com.greensock.plugins.TweenPlugin
TweenPlugin is the base class for all TweenLite and TweenMax plugins, but generally isn't used directly. USAGE: To create your own plugin, extend TweenPlugin and override whichever …
greensock.com
x (value:Number, relative:Boolean) — method, class com.greensock.data. TweenLiteVars Tweens the "x" property of the target
com.greensock.easing.Expo
Eases in a strong fashion either at the beginning (easeIn), the end (easeOut), or both (easeInOut). Expo is a convenience class that congregates the 3 types of Expo eases …