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.

14 lines 505 B
"use strict"; var _a, _b; Object.defineProperty(exports, "__esModule", { value: true }); exports.MUTABLE_PROPS = exports.STATIC_PROPS = void 0; var initVevet_1 = require("../../global/initVevet"); exports.STATIC_PROPS = { __staticProp: true, }; exports.MUTABLE_PROPS = { __mutableProp: true, easing: (_b = (_a = (0, initVevet_1.initVevet)()) === null || _a === void 0 ? void 0 : _a.props) === null || _b === void 0 ? void 0 : _b.easing, duration: 1000, }; //# sourceMappingURL=props.js.map