A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
ease — Static Property, class com.greensock.easing.Linear |
| The default ease instance which can be reused many times in various tweens in order to conserve memory and improve performance slightly compared to creating a new instance each time. |
ease — Static Property, class com.greensock.easing.SlowMo |
| The default ease instance which can be reused many times in various tweens in order to conserve memory and improve performance slightly compared to creating a new instance each time. |
Ease — class, package com.greensock.easing |
|
Base class for all GreenSock easing equations. |
Ease(func:Function, extraParams:Array, type:Number, power:Number) — Constructor, class com.greensock.easing.Ease |
|
Constructor
|
easeIn — Static Property, class com.greensock.easing.Back |
| Eases in with an overshoot, initially dipping below the starting value before accelerating towards the end. |
easeIn — Static Property, class com.greensock.easing.Bounce |
| Bounces slightly at first, then to a greater degree over time, accelerating as the ease progresses. |
easeIn — Static Property, class com.greensock.easing.Circ |
| Eases in with an abrupt change in velocity. |
easeIn — Static Property, class com.greensock.easing.Cubic |
| Eases in with a power of 2 |
easeIn — Static Property, class com.greensock.easing.Elastic |
| Eases using a sine wave that starts slowly and then accelerates over time |
easeIn — Static Property, class com.greensock.easing.Expo |
|
Eases in a strong fashion starting out slowly and then accelerating. |
easeIn — Static Property, class com.greensock.easing.Linear |
| Linear ease with no acceleration or deceleration |
easeIn — Static Property, class com.greensock.easing.Power0 |
| Eases in with a power of 0 (linear). |
easeIn — Static Property, class com.greensock.easing.Power1 |
| Eases in with a power of 1 |
easeIn — Static Property, class com.greensock.easing.Power2 |
| Eases in with a power of 2 |
easeIn — Static Property, class com.greensock.easing.Power3 |
| Eases in with a power of 3 |
easeIn — Static Property, class com.greensock.easing.Power4 |
| Eases in with a power of 4 |
easeIn — Static Property, class com.greensock.easing.Quad |
| Eases in with a power of 1. |
easeIn — Static Property, class com.greensock.easing.Quart |
| Eases in with a power of 3. |
easeIn — Static Property, class com.greensock.easing.Quint |
| Eases in with a power of 4 |
easeIn — Static Property, class com.greensock.easing.Sine |
| Eases in with slight acceleration. |
easeIn — Static Property, class com.greensock.easing.Strong |
| Eases in with a power of 4 |
easeInOut — Static Property, class com.greensock.easing.Back |
| Eases in and out with an overshoot, initially dipping below the starting value before accelerating towards the end, overshooting it and easing out. |
easeInOut — Static Property, class com.greensock.easing.Bounce |
| Bounces in increasing degree towards the center of the ease, then eases out, bouncing to the end (decreasing in degree at the end). |
easeInOut — Static Property, class com.greensock.easing.Circ |
| Eases in and out with an abrupt change in velocity. |
easeInOut — Static Property, class com.greensock.easing.Cubic |
| eases in and then out with a power of 2 |
easeInOut — Static Property, class com.greensock.easing.Elastic |
| Eases using a sine wave that starts slowly, then accelerates and then decelerates over time. |
easeInOut — Static Property, class com.greensock.easing.Expo |
|
Eases in a strong fashion starting out slowly and then accelerating, then decelerating at the end. |
easeInOut — Static Property, class com.greensock.easing.Linear |
| Linear ease with no acceleration or deceleration |
easeInOut — Static Property, class com.greensock.easing.Power0 |
| eases in and then out with a power of 0 (linear). |
easeInOut — Static Property, class com.greensock.easing.Power1 |
| Eases in and then out with a power of 1 |
easeInOut — Static Property, class com.greensock.easing.Power2 |
| Eases in and then out with a power of 2 |
easeInOut — Static Property, class com.greensock.easing.Power3 |
| Eases in and then out with a power of 3 |
easeInOut — Static Property, class com.greensock.easing.Power4 |
| Eases in and then out with a power of 4 |
easeInOut — Static Property, class com.greensock.easing.Quad |
| Eases in and then out with a power of 1. |
easeInOut — Static Property, class com.greensock.easing.Quart |
| Eases in and then out with a power of 3. |
easeInOut — Static Property, class com.greensock.easing.Quint |
| Eases in and then out with a power of 4 |
easeInOut — Static Property, class com.greensock.easing.Sine |
| Eases in and then out with slight acceleration/deceleration. |
easeInOut — Static Property, class com.greensock.easing.Strong |
| Eases in and then out with a power of 4 |
EaseLookup — class, package com.greensock.easing |
|
EaseLookup enables you to find the easing function associated with a particular name (String),
like "strongEaseOut" which can be useful when loading in XML data that comes in as Strings but
needs to be translated to native function references. |
EaselPlugin — class, package com.greensock.plugins |
|
Tweens special EaselJS-related properties like ColorFilter (see http://www.createjs.com/#!/EaselJS
for more information about EaselJS). |
easeNone — Static Property, class com.greensock.easing.Linear |
| Linear ease with no acceleration or deceleration (for backwards compatibility) |
easeOut — Static Property, class com.greensock.easing.Back |
| Eases out with an overshoot. |
easeOut — Static Property, class com.greensock.easing.Bounce |
| Eases out, bouncing at the end. |
easeOut — Static Property, class com.greensock.easing.Circ |
| Eases out with an abrupt change in velocity. |
easeOut — Static Property, class com.greensock.easing.Cubic |
| Eases out with a power of 2 |
easeOut — Static Property, class com.greensock.easing.Elastic |
| Eases using a sine wave that starts fast and then decelerates over time. |
easeOut — Static Property, class com.greensock.easing.Expo |
|
Eases out in a strong fashion starting out fast and then decelerating. |
easeOut — Static Property, class com.greensock.easing.Linear |
| Linear ease with no acceleration or deceleration |
easeOut — Static Property, class com.greensock.easing.Power0 |
| Eases out with a power of 0 (linear). |
easeOut — Static Property, class com.greensock.easing.Power1 |
| Eases out with a power of 1 |
easeOut — Static Property, class com.greensock.easing.Power2 |
| Eases out with a power of 2 |
easeOut — Static Property, class com.greensock.easing.Power3 |
| Eases out with a power of 3 |
easeOut — Static Property, class com.greensock.easing.Power4 |
| Eases out with a power of 4 |
easeOut — Static Property, class com.greensock.easing.Quad |
| Eases out with a power of 1. |
easeOut — Static Property, class com.greensock.easing.Quart |
| Eases out with a power of 3. |
easeOut — Static Property, class com.greensock.easing.Quint |
| Eases out with a power of 4 |
easeOut — Static Property, class com.greensock.easing.Sine |
| Eases out with slight deceleration. |
easeOut — Static Property, class com.greensock.easing.Strong |
| Eases out with a power of 4 |
Elastic — final class, package com.greensock.easing |
|
Eases with an elastic effect either at the beginning (easeIn), the end (easeOut), or both (easeInOut). |
eventCallback(type:String, callback:Function, params:Array, scope:any) — method, class com.greensock.core.Animation |
|
Gets or sets an event callback like "onComplete", "onUpdate", "onStart", "onReverseComplete"
or "onRepeat" (onRepeat only applies to TweenMax or TimelineMax instances)
along with any parameters that should be passed to that callback. |
Expo — final class, package com.greensock.easing |
|
Eases in a strong fashion either at the beginning (easeIn), the end (easeOut), or both (easeInOut). |
exportRoot(vars:Object, omitDelayedCalls:Boolean) — Static Method , class com.greensock.TimelineLite |
|
Seamlessly transfers all tweens, timelines, and [optionally] delayed calls from the root
timeline into a new TimelineLite so that you can perform advanced tasks on a seemingly global
basis without affecting tweens/timelines that you create after the export. |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |