
com.greensock.plugins.QuaternionsPlugin
[AS3/AS2 only] Performs SLERP interpolation between 2 Quaternions. Each Quaternion should have x, y, z, and w properties. Simply pass in an Object containing properties that correspond to your …
301 Moved Permanently
Moved Permanently The document has moved here.
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.
com.greensock.utils.VelocityTracker
Pretty much any numeric property of any object can be tracked, including function-based ones. For example, obj.x or obj.rotation or even obj.myCustomProp (). In fact, for getters and setters that start …
greensock.com
Maximum number of simultaneous connections that should be used while loading child loaders that were parsed from the XML and had their "load" attribute set to "true" (like <ImageLoader url="1.jpg" …
com.greensock.loading Summary
Thu Oct 24 2013, 01:43 PM -05:00
com.greensock.loading.CSSLoader
name : String - A name that is used to identify the loader instance. This name can be fed to the LoaderMax.getLoader () or LoaderMax.getContent () methods or traced at any time. Each loader's …
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 (ensuring, for example, …
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.plugins.DropShadowFilterPlugin
Set remove to true if you want the filter to be removed when the tween completes.