UNPKG

@huasi/text-shuffle

Version:
16 lines (15 loc) 545 B
"use strict"; 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 = {}));