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 |
RaphaelPlugin — class, package com.greensock.plugins |
|
Enables TweenLite and TweenMax to animate properties of Raphael JavaScript objects (see
http://www.raphaeljs.com/). |
remove(value:any) — method, class com.greensock.TimelineLite |
|
Removes a tween, timeline, callback, or label from the timeline. |
removeCallback(callback:Function, timeOrLabel:any) — method, class com.greensock.TimelineMax |
|
Removes a callback from a particular time or label. |
removeLabel(label:String) — method, class com.greensock.TimelineLite |
|
Removes a label from the timeline and returns the time of that label. |
render(time:Number, suppressEvents:Boolean, force:Boolean) — method, class com.greensock.core.SimpleTimeline |
| |
repeat(value:Number) — method, class com.greensock.TimelineMax |
|
Gets or sets the number of times that the timeline should repeat after its first iteration. |
repeat(value:int) — method, class com.greensock.TweenMax |
|
Gets or sets the number of times that the tween should repeat after its first iteration. |
repeatDelay(value:Number) — method, class com.greensock.TimelineMax |
|
Gets or sets the amount of time in seconds (or frames for frames-based timelines) between repeats. |
repeatDelay(value:Number) — method, class com.greensock.TweenMax |
|
Gets or sets the amount of time in seconds (or frames for frames-based tweens) between repeats. |
restart(includeDelay:Boolean, suppressEvents:Boolean) — method, class com.greensock.core.Animation |
|
Restarts and begins playing forward from the beginning. |
resume(from:any, suppressEvents:Boolean) — method, class com.greensock.core.Animation |
|
Resumes playing without altering direction (forward or reversed), optionally jumping to a specific time first. |
resumeAll(tweens:Boolean, delayedCalls:Boolean, timelines:Boolean) — Static Method , class com.greensock.TweenMax |
|
[deprecated] Resumes all paused tweens and/or delayedCalls/callbacks and/or timelines. |
reverse(from:any, suppressEvents:Boolean) — method, class com.greensock.core.Animation |
|
Reverses playback so that all aspects of the animation are oriented backwards including, for example,
a tween's ease. |
reversed(value:Boolean) — method, class com.greensock.core.Animation |
|
Gets or sets the animation's reversed state which indicates whether or not the animation
should be played backwards. |
RoundPropsPlugin — class, package com.greensock.plugins |
|
If you'd like the inbetween values in a tween to always get rounded to the nearest integer, use the roundProps
special property. |
|
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 |