Packagecom.greensock.motionPaths
Classpublic class Direction

Constants for defining the direction in which to travel on a MotionPath (like CLOCKWISE, COUNTER_CLOCKWISE, SHORTEST, etc.).

Copyright 2010, 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.



Public Constants
 ConstantDefined by
  CLOCKWISE : String = "clockwise"
[static]
Direction
  COUNTER_CLOCKWISE : String = "counterClockwise"
[static]
Direction
  SHORTEST : String = "shortest"
[static]
Direction
Constant detail
CLOCKWISEconstant
public static const CLOCKWISE:String = "clockwise"
COUNTER_CLOCKWISEconstant 
public static const COUNTER_CLOCKWISE:String = "counterClockwise"
SHORTESTconstant 
public static const SHORTEST:String = "shortest"