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
duration?: number

Duration of the timeline animation in milliseconds.

Default

1000