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  
remove(tween:com.greensock.core:TweenCore, skipDisable) — Method in class com.greensock.TimelineLite
Removes a TweenLite, TweenMax, TimelineLite, or TimelineMax instance from the timeline.
removeCallback(callback, timeOrLabel) — Method in class com.greensock.TimelineMax
Removes a callback from a particular time or label.
RemoveTintPlugin — Class in package com.greensock.plugins
Removes the tint of a DisplayObject over time.
renderTime(time) — Method in class com.greensock.TweenNano
Renders the tween at a particular time (or frame number for frames-based tweens) WITHOUT changing its startTime, meaning if the tween is in progress when you call renderTime(), it will not adjust the tween's timing to continue from the new time.
repeat — Property in class com.greensock.TimelineMax
Number of times that the timeline should repeat; -1 repeats indefinitely.
repeat — Property in class com.greensock.TweenMax
Number of times that the tween should repeat; -1 repeats indefinitely.
REPEAT — Constant static property in class com.greensock.events.TweenEvent
repeatDelay — Property in class com.greensock.TimelineMax
Amount of time in seconds (or frames for frames-based timelines) between repeats
repeatDelay — Property in class com.greensock.TweenMax
Amount of time in seconds (or frames for frames-based tweens) between repeats
restart(includeDelay, suppressEvents) — Method in class com.greensock.core.TweenCore
Restarts and begins playing forward.
resume() — Method in class com.greensock.core.TweenCore
Starts playing from the current position without altering direction (forward or reversed).
resumeAll(tweens, delayedCalls) — Static method in class com.greensock.TweenMax
Resumes all paused tweens and/or delayedCalls/callbacks.
reverse(forceResume) — Method in class com.greensock.core.TweenCore
Reverses smoothly, adjusting the startTime to avoid any skipping.
REVERSE_COMPLETE — Constant static property in class com.greensock.events.TweenEvent
reversed — Property in class com.greensock.core.TweenCore
Indicates the reversed state of the tween/timeline.
RoundPropsPlugin — Class in 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