API Reference > imodeljs-common > DisplayStyles > RenderSchedule > RenderSchedule.VisibilityEntry RenderSchedule.VisibilityEntry Class A timeline entry that controls the visibility of the associated geometry. Extends RenderSchedule.TimelineEntry Methods Name Description constructor(props: RenderSchedule.VisibilityEntryProps): RenderSchedule.VisibilityEntry toJSON(): RenderSchedule.VisibilityEntryProps Properties Name Type Description value Readonly number The visibility of the geometry at this point on the timeline, in the range [0, 100] where 0 is completely invisible, 100 is completely visible, 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 182 Last Updated: 11 June, 2024