About 51 results
Open links in new tab
  1. 301 Moved Permanently

    Moved PermanentlyThe document has moved here.

  2. 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 …

  3. 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 …

  4. 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 …

  5. 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 …

  6. 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 …

  7. 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 …

  8. 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 …

  9. greensock.com

    x (value:Number, relative:Boolean) — method, class com.greensock.data. TweenLiteVars Tweens the "x" property of the target

  10. 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 …