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 |
Back — final class, package com.greensock.easing |
|
Eases with an overshoot either at the beginning (easeIn), the end (easeOut), or both (easeInOut). |
BezierPlugin — class, package com.greensock.plugins |
|
Animate virtually any property (or properties) along a Bezier (curved) path which you define
as an array of points/values that can be interpreted 4 different ways (described as the Bezier's "type", like type:"quadratic"):
"thru" (the default) - the plugin figures out how to draw the Bezier naturally through
the supplied values using a proprietary algorithm. |
bezierThrough(values:Array, curviness:Number, quadratic:Boolean, correlate:String, prepend:Object, calcDifs:Boolean) — Static Method , class com.greensock.plugins.BezierPlugin |
|
Takes an array that contains objects (could be Points, could be generic objects with
any number of properties but they should all match in terms of the names of properties like
[{x:0, y:0, scaleX:0.5}, {x:100, y:-200, scaleX:1.2}, {x:300, y:20, scaleX:0.8}]) and plots Bezier
segments THROUGH those values and returns an array containing a generic object for each Bezier segment. |
Bounce — final class, package com.greensock.easing |
|
Eases, bouncing either at the beginning (easeIn), the end (easeOut), or both (easeInOut). |
|
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 |