vcl-dxfading-f6230b20.md
Represents an object that controls fading animation effects within an application.
TdxFader = class(
TObject
)
This class introduces properties that allow you to:
Enable or disable fading animation effects within an application (State).
Limit the number of animations to be played at one time (MaxAnimationCount).
To access the TdxFader object within an application, use the dxFader function. Use the dxFadeInDefaultAnimationFrameCount, dxFadeInDefaultAnimationFrameDelay, dxFadeOutDefaultAnimationFrameCount, and dxFadeOutDefaultAnimationFrameDelay global constants to customize the animation speed and smoothness.
TObject TdxFader
See Also