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

Gap between elements

Default

0
isCentered?: boolean

If need to center elements

Default

false
isEnabled?: boolean

Enable animation

Default

true
isFpsNormalized?: boolean

On different screens with different FPS, animation may be slower or faster. This property is to normalize animation speed across different screens.

Default

true
pauseOnHover?: boolean

Pause on hover

Default

false
speed?: number

Marquee speed

Default

1