Unit 'GLAnimationUtils' Package
[Overview][Types][Procedures and functions][Index] [#pl_glscene]

TEaseType

Declaration

Source position: GLAnimationUtils.pas line 46

type TEaseType = (

  etLinear,

  

  etQuadIn,

  

  etQuadOut,

  

  etQuadInOut,

  

  etQuadOutIn,

  

  etCubicIn,

  

  etCubicOut,

  

  etCubicInOut,

  

  etCubicOutIn,

  

  etQuintIn,

  

  etQuintOut,

  

  etQuintInOut,

  

  etQuintOutIn,

  

  etSineIn,

  

  etSineOut,

  

  etSineInOut,

  

  etSineOutIn,

  

  etCircIn,

  

  etCircOut,

  

  etCircInOut,

  

  etCircOutIn,

  

  etExpoIn,

  

  etExpoOut,

  

  etExpoInOut,

  

  etExpoOutIn,

  

  etElasticIn,

  

  etElasticOut,

  

  etElasticInOut,

  

  etElasticOutIn,

  

  etBackIn,

  

  etBackOut,

  

  etBackInOut,

  

  etBackOutIn,

  

  etBounceIn,

  

  etBounceOut,

  

  etBounceInOut,

  

  etBounceOutIn

  

);



CT Web help

CodeTyphon Studio