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