@itwin/core-frontend
Version:
iTwin.js frontend components
16 lines • 824 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
*/
/** 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
*/
export var AnimationNodeId;
(function (AnimationNodeId) {
AnimationNodeId[AnimationNodeId["Untransformed"] = 4294967295] = "Untransformed";
})(AnimationNodeId || (AnimationNodeId = {}));
//# sourceMappingURL=AnimationNodeId.js.map