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  
vars — Property in class com.greensock.TweenNano
Stores variables (things like "alpha", "y" or whatever we're tweening, as well as special properties like "onComplete").
vars — Property in class com.greensock.core.TweenCore
Stores variables (things like alpha, y or whatever we're tweening as well as special properties like "onComplete").
vars — Property in class com.greensock.loading.core.LoaderCore
An object containing optional configuration details, typically passed through a constructor parameter.
VarsCore — Dynamic class in package com.greensock.data
VarsCore provides a way to make an object's non-dynamic properties enumerable (only if/when the property is set to a non-default value) which is necessary for many of the vars objects in the GreenSock tweening platform (TweenLiteVars, TweenMaxVars, etc.).
VarsCore() — Constructor in class com.greensock.data.VarsCore
Constructor
VERSION — Constant static property in class com.greensock.easing.CustomEase
VERSION — Constant static property in class com.greensock.plugins.TweenPlugin
videoBufferEmpty — Event in class com.greensock.loading.VideoLoader
VIDEO_BUFFER_EMPTY — Constant static property in class com.greensock.loading.VideoLoader
Event type constant for when the video's buffer is empty.
videoBufferFull — Event in class com.greensock.loading.VideoLoader
VIDEO_BUFFER_FULL — Constant static property in class com.greensock.loading.VideoLoader
Event type constant for when the video's buffer is full.
videoComplete — Event in class com.greensock.loading.VideoLoader
VIDEO_COMPLETE — Constant static property in class com.greensock.loading.VideoLoader
Event type constant for when the video completes.
VideoLoader — Class in package com.greensock.loading
Loads an FLV or MP4 video file using a NetStream and also provides convenient playback methods and properties like pauseVideo(), playVideo(), gotoVideoTime(), bufferProgress, playProgress, volume, duration, metaData, and videoTime.
VideoLoader(urlOrRequest, vars) — Constructor in class com.greensock.loading.VideoLoader
Constructor
videoPause — Event in class com.greensock.loading.VideoLoader
VIDEO_PAUSE — Constant static property in class com.greensock.loading.VideoLoader
Event type constant for when the video is paused.
videoPaused — Property in class com.greensock.loading.VideoLoader
The playback status of the video: true if the video's playback is paused, false if it isn't.
videoPlay — Event in class com.greensock.loading.VideoLoader
VIDEO_PLAY — Constant static property in class com.greensock.loading.VideoLoader
Event type constant for when the video begins or resumes playing.
videoTime — Property in class com.greensock.loading.VideoLoader
The time (in seconds) at which the virtual playhead is positioned on the video.
visible — Property in class com.greensock.data.TweenLiteVars
To set a DisplayObject's "visible" property at the end of the tween, use this special property.
visible — Property in class com.greensock.motionPaths.MotionPath
VisiblePlugin — Class in package com.greensock.plugins
Toggles the visibility at the end of a tween.
volume — Property in class com.greensock.data.TweenLiteVars
Changes the volume of any object that has a soundTransform property (MovieClip, SoundChannel, NetStream, etc.)
volume — Property in class com.greensock.loading.VideoLoader
The volume of the video (a value between 0 and 1).
VolumePlugin — Class in package com.greensock.plugins
Tweens the volume of an object with a soundTransform property (MovieClip/SoundChannel/NetStream, etc.).
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