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 |
find(name:String) — Static Method , class com.greensock.easing.EaseLookup |
|
Finds the easing function associated with a particular name (String), like "strongEaseOut". |
from(target:Object, duration:Number, vars:Object, offsetOrLabel:any, baseTimeOrLabel:any) — method, class com.greensock.TimelineLite |
|
Appends a TweenLite.from() tween to the end of the timeline (or elsewhere)
- this is a convenience method that accomplishes exactly the same thing as
append( TweenLite.from(...) ) but with less code. |
from(target:Object, duration:Number, vars:Object) — Static Method , class com.greensock.TweenLite |
|
Static method for creating a TweenLite instance that tweens backwards -
you define the BEGINNING values and the current values are used
as the destination values which is great for doing things like animating objects
onto the screen because you can set them up initially the way you want them to look
at the end of the tween and then animate in from elsewhere. |
from(target:Object, duration:Number, vars:Object) — Static Method , class com.greensock.TweenMax |
|
Static method for creating a TweenMax instance that tweens backwards -
you define the BEGINNING values and the current values are used
as the destination values which is great for doing things like animating objects
onto the screen because you can set them up initially the way you want them to look
at the end of the tween and then animate in from elsewhere. |
fromTo(target:Object, duration:Number, fromVars:Object, toVars:Object, offsetOrLabel:any, baseTimeOrLabel:any) — method, class com.greensock.TimelineLite |
|
Appends a TweenLite.fromTo() tween to the end of the timeline - this is
a convenience method that accomplishes exactly the same thing as
append( TweenLite.fromTo(...) ) but with less code. |
fromTo(target:Object, duration:Number, fromVars:Object, toVars:Object) — Static Method , class com.greensock.TweenLite |
|
Static method for creating a TweenLite instance that allows you to define both the starting
and ending values (as opposed to to() and from() tweens which are
based on the target's current values at one end or the other). |
fromTo(target:Object, duration:Number, fromVars:Object, toVars:Object) — Static Method , class com.greensock.TweenMax |
|
Static method for creating a TweenMax instance that allows you to define both the starting
and ending values (as opposed to to() and from() tweens which are
based on the target's current values at one end or the other). |
|
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 |