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  
vAlign — Property in class com.greensock.loading.data.core.DisplayObjectLoaderVars
When a width and height is defined, the vAlign determines how the image is vertically aligned within that area.
vAlign — Property in class com.greensock.loading.display.ContentDisplay
When the ContentDisplay's fitWidth and fitHeight properties are defined (or width and height in the loader's vars property/parameter), the vAlign determines how the rawContent is vertically aligned within that area.
vAlign — Property in class com.greensock.loading.display.FlexContentDisplay
When the FlexContentDisplay's fitWidth and fitHeight properties are defined (or width and height in the loader's vars property/parameter), the vAlign determines how the rawContent is vertically aligned within that area.
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.events.VideoEvent
VERSION — Constant static property in class com.greensock.plugins.TweenPlugin
VIDEO_BUFFER_EMPTY — Constant static property in class com.greensock.loading.VideoLoader
Event type constant for when the video's buffer is empty.
VIDEO_BUFFER_FULL — Constant static property in class com.greensock.loading.VideoLoader
Event type constant for when the video's buffer is full.
VIDEO_COMPLETE — Constant static property in class com.greensock.loading.VideoLoader
Event type constant for when the video completes.
VIDEO_CUE_POINT — Constant static property in class com.greensock.loading.VideoLoader
Event type constant for when the video reaches a cue point in the playback of the NetStream.
VideoEvent — Class in package com.greensock.events
VideoEvent($type, $info, $bubbles, $cancelable) — Constructor in class com.greensock.events.VideoEvent
VideoLoader — Class in package com.greensock.loading
Loads an FLV, F4V, or MP4 video file using a NetStream and also provides convenient playback methods and properties like pauseVideo(), playVideo(), gotoVideoTime(), bufferProgress, playProgress, volume, duration, videoPaused, metaData, and videoTime.
VideoLoader(urlOrRequest, vars) — Constructor in class com.greensock.loading.VideoLoader
Constructor
VideoLoaderVars — Dynamic class in package com.greensock.loading.data
Can be used instead of a generic object to define the vars parameter of a VideoLoader's constructor.
VideoLoaderVars(name, estimatedBytes, container, autoPlay, width, height, scaleMode, onComplete, onProgress, onFail, noCache, alternateURL, requireWithRoot) — Constructor in class com.greensock.loading.data.VideoLoaderVars
Constructor
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.
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.loading.data.core.DisplayObjectLoaderVars
Sets the ContentDisplay's visible 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.MP3Loader
The volume of the sound (a value between 0 and 1).
volume — Property in class com.greensock.loading.VideoLoader
The volume of the video (a value between 0 and 1).
volume — Property in class com.greensock.loading.data.MP3LoaderVars
A value between 0 and 1 indicating the volume at which the sound should play when the MP3Loader's controls are used to play the sound, like playSound() or when autoPlay is true (default volume is 1).
volume — Property in class com.greensock.loading.data.VideoLoaderVars
A value between 0 and 1 indicating the volume at which the video should play (default is 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