API Reference > imodeljs-common > DisplayStyles > RenderSchedule > RenderSchedule.TransformEntry RenderSchedule.TransformEntry Class A timeline entry that applies rotation, scaling, and/or translation to the affected geometry. Extends RenderSchedule.TimelineEntry Methods Name Description constructor(props: RenderSchedule.TransformEntryProps): RenderSchedule.TransformEntry toJSON(): RenderSchedule.TransformEntryProps Properties Name Type Description components Readonly undefined | RenderSchedule.TransformComponents The transform represented as a rotation about a pivot point followed by a translation. value Readonly Readonly<Transform> The transform matrix to be applied to the geometry, used only if RenderSchedule.TransformEntry.components is not defined. Inherited properties Name Type Inherited from Description interpolation Readonly RenderSchedule.Interpolation RenderSchedule.TimelineEntry How to interpolate from this entry to the next entry in the timeline. time Readonly number RenderSchedule.TimelineEntry The time point in seconds in the Unix Epoch. Defined in core/common/src/RenderSchedule.ts Line 262 Last Updated: 11 June, 2024