Interface IStaticProps

Static properties for a component. These properties remain constant throughout the lifecycle of the component. This interface extends IStaticProps, inheriting the static properties defined for modules.

Hierarchy

Properties

__fixHelperStaticProps?: any
canCloneNodes?: boolean

If need to clone nodes for a better animation. May be useful to set false when using with such frameworks as React.

Default

true
container?: string | HTMLElement

Marquee container. You may use a CSS selector or the element itself.

Default

'#v-marquee'
hasWillChange?: boolean

If true, the will-change CSS property will be applied to the elements to improve performance.

Default

true
resizeDebounce?: number

Timeout of resize event

Default

0