TdxGaugeQuantitativeScaleCustomOptionsAnimate.TransitionEffectMode Property
Specifies the value indicating which part (or parts) of an animation sequence is affected by the used easing function.
#Declaration
property TransitionEffectMode: TdxAnimationTransitionEffectMode read; write; default atmIn;
#Property Value
Type | Default |
---|---|
Tdx |
atm |
#Remarks
Both the TransitionEffectMode and TransitionEffect property values are used to determine the actual animation effect applied to a linear, arc, or wide circular scale. You can assign one of the following values to the TransitionEffectMode property (the Example column displays the actual scale indicator transition graphs for the TransitionEffect property set to ateExponential):
The Transition | Description | Example |
---|---|---|
atm | The selected easing function is applied only to the beginning of a quantitative scale‘s animation sequence (i. | |
atm | The selected easing function is applied only to the end of a quantitative scale‘s animation sequence (i. | |
atm | The selected easing function is applied both to the end and beginning of a quantitative scale‘s animation sequence (i. |
To set the scale indicator animation speed, use the Interval property.
Note
If the Transition
The default value of the TransitionEffectMode property is atmIn.