UNPKG

vevet

Version:

Vevet is a JavaScript library for creative development that simplifies crafting rich interactions like split text animations, carousels, marquees, preloading, and more.

19 lines 405 B
export const STATIC_PROPS = { __staticProp: true, container: null, resizeDebounce: 0, hasWillChange: true, cloneNodes: true, direction: 'horizontal', }; export const MUTABLE_PROPS = { __mutableProp: true, speed: 1, gap: 0, enabled: true, pauseOnHover: false, centered: false, adjustSpeed: true, pauseOnOut: true, }; //# sourceMappingURL=props.js.map