Packagejp.progression.casts.effects
Classpublic final class EffectDirectionType

EffectDirectionType クラスは、directionType プロパティの値を提供します。


Example
  

See also

jp.progression.casts.effects.BlindsEffect
jp.progression.casts.effects.FadeEffect
jp.progression.casts.effects.FlyEffect
jp.progression.casts.effects.IrisEffect
jp.progression.casts.effects.PhotoEffect
jp.progression.casts.effects.PixelDissolveEffect
jp.progression.casts.effects.RotateEffect
jp.progression.casts.effects.SqueezeEffect
jp.progression.casts.effects.WipeEffect
jp.progression.casts.effects.ZoomEffect


Public Constants
 ConstantDefined by
  IN : String = "in"
[static] エフェクトが開始方向のイージングをするよう指定します。
EffectDirectionType
  IN_OUT : String = "inOut"
[static] エフェクトが開始・終了方向のイージングをするよう指定します。
EffectDirectionType
  OUT : String = "out"
[static] エフェクトが終了方向のイージングをするよう指定します。
EffectDirectionType
Constant detail
INconstant
public static const IN:String = "in"

エフェクトが開始方向のイージングをするよう指定します。

IN_OUTconstant 
public static const IN_OUT:String = "inOut"

エフェクトが開始・終了方向のイージングをするよう指定します。

OUTconstant 
public static const OUT:String = "out"

エフェクトが終了方向のイージングをするよう指定します。