Interface IChangeableProps

Changeable properties for a component. These properties may change during the component's lifecycle, such as in response to window resizing or user actions. This interface extends IChangeableProps, inheriting the mutable properties defined for modules.

Hierarchy

Properties

__fixHelperChangeableProps?: any
hideAnimation?: number | false

Defines whether to automatically hide the preloader container. Set false to disable the hiding animation, allowing you to manage it manually. Set a number to specify the animation duration in milliseconds.

Default

250