Skip to main content

TdxCustomImageSlider.AnimationTime Property

Specifies the duration (in milliseconds) of the animation used to slide a new image into view.

Declaration

property AnimationTime: Integer read; write; default dxImageSliderDefaultAnimationTime;

Property Value

Type Default
Integer dxImageSliderDefaultAnimationTime

Remarks

Use this property in combination with the TransitionEffect property and the OnChange event to control the transition effect used to animate image sliding and respond to it.

The default value of the AnimationTime property is specified by the dxImageSliderDefaultAnimationTime global constant.

See Also