TdxFader Class
Represents an object that controls fading animation effects within an application.
Declaration
TdxFader = class(
TObject
)
Remarks
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.
Inheritance
TObject
TdxFader
See Also