UNPKG

timeline-state-resolver-types

Version:
14 lines 730 B
"use strict"; 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