API Reference > imodeljs-common > DisplayStyles > RenderSchedule > RenderSchedule.Interpolation RenderSchedule.Interpolation Enumeration Defines how two interpolate between two entries in a RenderSchedule.Timeline. note Currently only Linear and Step are supported. Any other value is treated as Step. see RenderSchedule.TimelineEntry. Members Name Value Description Step 1 Each timeline entry's value is discrete - the timeline jumps from one entry's value directly to another. Linear 2 Given two entries on the timeline and a timepoint in between them, linearly interpolate based on the timepoint's distance between thetwo entries. Defined in core/common/src/RenderSchedule.ts Line 34 Last Updated: 11 June, 2024