timeline-state-resolver-types
Version:
Have timeline, control stuff
14 lines • 730 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ShotokuTransitionType = exports.TimelineContentTypeShotoku = void 0;
var TimelineContentTypeShotoku;
(function (TimelineContentTypeShotoku) {
TimelineContentTypeShotoku["SHOT"] = "shot";
TimelineContentTypeShotoku["SEQUENCE"] = "sequence";
})(TimelineContentTypeShotoku = exports.TimelineContentTypeShotoku || (exports.TimelineContentTypeShotoku = {}));
var ShotokuTransitionType;
(function (ShotokuTransitionType) {
ShotokuTransitionType["Cut"] = "cut";
ShotokuTransitionType["Fade"] = "fade";
})(ShotokuTransitionType = exports.ShotokuTransitionType || (exports.ShotokuTransitionType = {}));
//# sourceMappingURL=shotoku.js.map