Skip to main content

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
TdxAnimationTransitionEffectMode atmIn

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 TransitionEffect property value

Description

Example

atmIn

The selected easing function is applied only to the beginning of a quantitative scale‘s animation sequence (i.e., acceleration of the value indicator).

atmOut

The selected easing function is applied only to the end of a quantitative scale‘s animation sequence (i.e., deceleration of the value indicator).

atmInOut

The selected easing function is applied both to the end and beginning of a quantitative scale‘s animation sequence (i.e., acceleration and deceleration of the value indicator).

To set the scale indicator animation speed, use the Interval property.

Note

If the TransitionEffect property is set to atmLinear, atmTanh, or atmAccelerateDecelerate, the TransitionEffectMode property has no effect.

The default value of the TransitionEffectMode property is atmIn.

See Also