
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 …
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" …
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.loading Summary
Thu Oct 24 2013, 01:43 PM -05:00
301 Moved Permanently
Moved Permanently The document has moved here.
com.greensock.plugins.DropShadowFilterPlugin
Set remove to true if you want the filter to be removed when the tween completes.
greensock.com
Finds the easing function associated with a particular name (String), like "strongEaseOut".
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.motionPaths.CirclePath2D
Since CirclePath2D extends the Shape class, you can add an instance to the display list to see a line representation of the path drawn which can be helpful especially during the production phase. Use …
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 …