Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomImageSlider.AnimationTime Property

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

#Declaration

Delphi
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