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(value:String) — method, class com.greensock.loading.data.ImageLoaderVars
When a width and height is defined, the vAlign determines how the image is vertically aligned within that area.
vAlign(value:String) — method, class com.greensock.loading.data.SWFLoaderVars
When a width and height is defined, the vAlign determines how the image is vertically aligned within that area.
vAlign(value:String) — method, class com.greensock.loading.data.VideoLoaderVars
When a width and height is defined, the vAlign determines how the image is vertically aligned within that area.
vAlign — Property, 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, 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, class com.greensock.TweenNano
Stores variables (things like "alpha", "y" or whatever we're tweening, as well as special properties like "onComplete").
vars — Property, class com.greensock.core.Animation
The vars object passed into the constructor which stores configuration variables like onComplete, onUpdate, etc.
vars — Property, class com.greensock.data.TweenLiteVars
The generic object populated by all of the method calls in the TweenLiteVars instance.
vars — Property, class com.greensock.data.TweenMaxVars
The generic object populated by all of the method calls in the TweenMaxVars instance.
vars — Property, class com.greensock.loading.core.LoaderCore
An object containing optional configuration details, typically passed through a constructor parameter.
vars — Property, class com.greensock.loading.data.CSSLoaderVars
The generic Object populated by all of the method calls in the CSSLoaderVars instance.
vars — Property, class com.greensock.loading.data.DataLoaderVars
The generic Object populated by all of the method calls in the DataLoaderVars instance.
vars — Property, class com.greensock.loading.data.ImageLoaderVars
The generic Object populated by all of the method calls in the ImageLoaderVars instance.
vars — Property, class com.greensock.loading.data.LoaderMaxVars
The generic Object populated by all of the method calls in the LoaderMaxVars instance.
vars — Property, class com.greensock.loading.data.MP3LoaderVars
The generic Object populated by all of the method calls in the MP3LoaderVars instance.
vars — Property, class com.greensock.loading.data.SWFLoaderVars
The generic Object populated by all of the method calls in the SWFLoaderVars instance.
vars — Property, class com.greensock.loading.data.VideoLoaderVars
The generic Object populated by all of the method calls in the VideoLoaderVars instance.
vars — Property, class com.greensock.loading.data.XMLLoaderVars
The generic Object populated by all of the method calls in the XMLLoaderVars instance.
VelocityTracker — final class, package com.greensock.utils
Allows you to have the velocity of particular properties automatically tracked for you so that you can access them anytime using the VelocityTracker's getVelocity() method, like myTracker.getVelocity("y").
VIDEO_BUFFER_EMPTY — Constant Static Property, class com.greensock.loading.VideoLoader
Event type constant for when the video's buffer is empty.
VIDEO_BUFFER_FULL — Constant Static Property, class com.greensock.loading.VideoLoader
Event type constant for when the video's buffer is full.
VIDEO_COMPLETE — Constant Static Property, class com.greensock.loading.VideoLoader
Event type constant for when the video completes.
VIDEO_CUE_POINT — Constant Static Property, class com.greensock.loading.VideoLoader
Event type constant for when the video reaches a cue point in the playback of the NetStream.
VideoLoader — class, 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:any, vars:Object) — Constructor, class com.greensock.loading.VideoLoader
Constructor
VideoLoaderVars — class, package com.greensock.loading.data
Can be used instead of a generic Object to define the vars parameter of a VideoLoader's constructor.
VideoLoaderVars(vars:Object) — Constructor, class com.greensock.loading.data.VideoLoaderVars
Constructor
VIDEO_PAUSE — Constant Static Property, class com.greensock.loading.VideoLoader
Event type constant for when the video is paused.
videoPaused — Property, 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, class com.greensock.loading.VideoLoader
Event type constant for when the video begins or resumes playing.
videoTime — Property, class com.greensock.loading.VideoLoader
The time (in seconds) at which the virtual playhead is positioned on the video.
visible(value:Boolean) — method, class com.greensock.data.TweenLiteVars
Sets a DisplayObject's "visible" property at the end of the tween.
visible(value:Boolean) — method, class com.greensock.data.TweenMaxVars
Sets a DisplayObject's "visible" property at the end of the tween.
visible(value:Boolean) — method, class com.greensock.loading.data.ImageLoaderVars
Sets the ContentDisplay's visible property.
visible(value:Boolean) — method, class com.greensock.loading.data.SWFLoaderVars
Sets the ContentDisplay's visible property.
visible(value:Boolean) — method, class com.greensock.loading.data.VideoLoaderVars
Sets the ContentDisplay's visible property.
visible — Property, class com.greensock.motionPaths.MotionPath
VisiblePlugin — class, package com.greensock.plugins
[AS3/AS2 only] Toggles the visibility at the end of a tween.
volume(volume:Number) — method, class com.greensock.data.TweenLiteVars
Changes the volume of any object that has a soundTransform property (MovieClip, SoundChannel, NetStream, etc.)
volume(volume:Number) — method, class com.greensock.data.TweenMaxVars
Changes the volume of any object that has a soundTransform property (MovieClip, SoundChannel, NetStream, etc.)
volume — Property, class com.greensock.loading.MP3Loader
The volume of the sound (a value between 0 and 1).
volume — Property, class com.greensock.loading.VideoLoader
The volume of the video (a value between 0 and 1).
volume(value:Number) — method, 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(value:Number) — method, 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, package com.greensock.plugins
[AS3/AS2 only] 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