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