TdxTileControlDetailOptionsAnimate.AnimationMode Property
Specifies the animation transition effect for detail page navigation.
Declaration
property AnimationMode: TdxTileControlDetailAnimationMode read; write; default damScroll;
Property Value
| Type | Default |
|---|---|
| TdxTileControlDetailAnimationMode | damScroll |
Remarks
Options include:
| Value | Description |
|---|---|
| damScroll | Horizontal scrolling. |
| damFade | Standard fade-in (fade for short). |
| damSegmentedFade | Segmented fade. |
| damRandomSegmentedFade | Random segmented fade. |
The default value of the AnimationMode property is damScroll.
See Also