Interface: Slide
Defined in: animation/MasterTimeline.ts:31
Properties
autoNext
readonlyautoNext:boolean
Defined in: animation/MasterTimeline.ts:52
Auto-advance to the next slide when this slide finishes (slidesMode only).
Ignored if loop is also true. Final autoNext slide pauses normally.
endSegmentIndex
readonlyendSegmentIndex:number
Defined in: animation/MasterTimeline.ts:37
Last segment in this slide (inclusive)
endTime
readonlyendTime:number
Defined in: animation/MasterTimeline.ts:41
= segments[endSegmentIndex].endTime
index
readonlyindex:number
Defined in: animation/MasterTimeline.ts:33
Index in the slides array
loop
readonlyloop:boolean
Defined in: animation/MasterTimeline.ts:47
Replay this slide in slidesMode until the user navigates away
(→, ←, public seek out of the slide, or setSlidesMode(false)).
Wins over autoNext when both are set.
startSegmentIndex
readonlystartSegmentIndex:number
Defined in: animation/MasterTimeline.ts:35
First segment in this slide
startTime
readonlystartTime:number
Defined in: animation/MasterTimeline.ts:39
= segments[startSegmentIndex].startTime