vevet
Version:
Vevet is a JavaScript library for creative development that simplifies crafting rich interactions like split text animations, carousels, marquees, preloading, and more.
15 lines • 400 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MUTABLE_PROPS = exports.STATIC_PROPS = void 0;
exports.STATIC_PROPS = {
__staticProp: true,
hasOut: true,
maxInitialDelay: 1000,
scrollDirection: 'vertical',
};
exports.MUTABLE_PROPS = {
__mutableProp: true,
enabled: true,
rootMargin: '0% 0% -5% 0%',
};
//# sourceMappingURL=props.js.map