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.

24 lines 655 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MUTABLE_PROPS = exports.STATIC_PROPS = void 0; var env_1 = require("../../internal/env"); exports.STATIC_PROPS = { __staticProp: true, container: env_1.isBrowser ? window : null, hideNative: false, append: true, behavior: 'default', transformModifier: function (_a) { var x = _a.x, y = _a.y; return "translate(".concat(x, "px, ").concat(y, "px)"); }, }; exports.MUTABLE_PROPS = { __mutableProp: true, enabled: true, width: 50, height: 50, lerp: 0.2, autoStop: true, }; //# sourceMappingURL=props.js.map