Back to Devexpress

TdxFader Class

vcl-dxfading-f6230b20.md

latest1.2 KB
Original Source

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

TdxFader Members

dxFading Unit