TdxGaugeQuantitativeScaleAnimationTransitionEffect Subrange Type
Declaration
TdxAnimationTransitionEffect = (ateLinear, ateAccelerateDecelerate, ateCubic, ateTanh, ateBack, ateBounce, ateCircle, ateElastic, ateExponential, ateSine, ateQuadratic, ateQuartic, ateCustom);
TdxGaugeQuantitativeScaleAnimationTransitionEffect = ateLinear..ateQuartic;
Members
| Name | Description |
|---|---|
| ateAccelerateDecelerate | Inherited from TdxAnimationTransitionEffect. |
| ateBack | Inherited from TdxAnimationTransitionEffect. |
| ateBounce | Inherited from TdxAnimationTransitionEffect. |
| ateCircle | Inherited from TdxAnimationTransitionEffect. |
| ateCubic | Inherited from TdxAnimationTransitionEffect. |
| ateElastic | Inherited from TdxAnimationTransitionEffect. |
| ateExponential | Inherited from TdxAnimationTransitionEffect. |
| ateLinear | Inherited from TdxAnimationTransitionEffect. |
| ateQuadratic | Inherited from TdxAnimationTransitionEffect. |
| ateQuartic | Inherited from TdxAnimationTransitionEffect. |
| ateSine | Inherited from TdxAnimationTransitionEffect. |
| ateTanh | Inherited from TdxAnimationTransitionEffect. |
Base Type
TdxAnimationTransitionEffectSee Also