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.TransitionEffect Property

Specifies the animation transition effect applied to images.

#Declaration

Delphi
property TransitionEffect: TdxImageSliderTransitionEffect read; write;

#Property Value

Type
TdxImageSliderTransitionEffect

#Remarks

Options include:

Value Description
isteNone No effect – one image instantly replaces another.
isteSlide Slide effect – one image scrolls over another.
isteFade Standard fade-in (fade for short).
isteSegmentedFade Segmented fade.
isteRandomSegmentedFade Random segmented fade.

Use this property in combination with the AnimationTime property and the OnChange event to adjust the duration of the selected transition effect and respond to it.

See Also