TdxCustomImageSlider.TransitionEffect Property
Specifies the animation transition effect applied to images.
Declaration
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