Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxFader Class

Represents an object that controls fading animation effects within an application.

#Declaration

Delphi
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