@huasi/text-shuffle
Version:
## Install
16 lines (15 loc) • 545 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.animations = exports.directions = void 0;
var directions;
(function (directions) {
directions["RIGHT"] = "right";
directions["LEFT"] = "left";
directions["RANDOM"] = "random";
})(directions = exports.directions || (exports.directions = {}));
var animations;
(function (animations) {
animations["SHOW"] = "show";
animations["HIDE"] = "hide";
animations["STAY"] = "stay";
})(animations = exports.animations || (exports.animations = {}));