Interface ICoreProps

Application configuration properties for initializing Vevet.

interface ICoreProps {
    applyClassNames: boolean;
    easing?: TEasingType;
    resizeDebounce: number;
}

Properties

applyClassNames: boolean

If need to apply class names for the root element: such as browser, OS name, etc.

false
easing?: TEasingType

Default easing type. Accepts a bezier array, function or an easing name.

[0.25, 0.1, 0.25, 1]
resizeDebounce: number

Timeout (in milliseconds) for viewport callbacks debouncing.

0