Interface: Slide
Defined in: animation/MasterTimeline.ts:32
Properties
autoNext
readonlyautoNext:boolean
Defined in: animation/MasterTimeline.ts:53
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:38
Last segment in this slide (inclusive)
endTime
readonlyendTime:number
Defined in: animation/MasterTimeline.ts:42
= segments[endSegmentIndex].endTime
index
readonlyindex:number
Defined in: animation/MasterTimeline.ts:34
Index in the slides array
loop
readonlyloop:boolean
Defined in: animation/MasterTimeline.ts:48
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:36
First segment in this slide
startTime
readonlystartTime:number
Defined in: animation/MasterTimeline.ts:40
= segments[startSegmentIndex].startTime