@itwin/core-frontend
Version:
iTwin.js frontend components
19 lines • 954 B
JavaScript
;
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
/** @packageDocumentation
* @module Rendering
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.AnimationNodeId = void 0;
/** Special values of [[GraphicBranch.animationNodeId]].
* All other values refer to an [ElementTimeline.batchId]($common) that applies a transform to the graphics in the branch.
* @internal
*/
var AnimationNodeId;
(function (AnimationNodeId) {
AnimationNodeId[AnimationNodeId["Untransformed"] = 4294967295] = "Untransformed";
})(AnimationNodeId || (exports.AnimationNodeId = AnimationNodeId = {}));
//# sourceMappingURL=AnimationNodeId.js.map