/**
* VERSION: 0.86
* DATE: 6/15/2009
* AS2 (AS3 version is also available)
* UPDATES AND DOCUMENTATION AT: http://www.TweenLite.com
**/
/**
* Static constants for defining tween alignment.
*
* Copyright 2011, GreenSock. All rights reserved. This work is subject to the terms in http://www.greensock.com/terms_of_use.html or for corporate Club GreenSock members, the software agreement that was issued with the corporate membership.
*
* @author Jack Doyle, jack@greensock.com
**/
class com.greensock.TweenAlign {
public static var NORMAL:String = "normal";
public static var SEQUENCE:String = "sequence";
public static var START:String = "start";
}