TdxCustomImageSlider.TransitionEffect Property
In This Article
Specifies the animation transition effect applied to images.
#Declaration
Delphi
property TransitionEffect: TdxImageSliderTransitionEffect read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Options include:
Value | Description |
---|---|
iste |
No effect – one image instantly replaces another. |
iste |
Slide effect – one image scrolls over another. |
iste |
Standard fade-in (fade for short). |
iste |
Segmented fade. |
iste |
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