Skip to main content

Interface: Slide

Defined in: animation/MasterTimeline.ts:31

Properties

autoNext

readonly autoNext: 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

readonly endSegmentIndex: number

Defined in: animation/MasterTimeline.ts:37

Last segment in this slide (inclusive)


endTime

readonly endTime: number

Defined in: animation/MasterTimeline.ts:41

= segments[endSegmentIndex].endTime


index

readonly index: number

Defined in: animation/MasterTimeline.ts:33

Index in the slides array


loop

readonly loop: 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

readonly startSegmentIndex: number

Defined in: animation/MasterTimeline.ts:35

First segment in this slide


startTime

readonly startTime: number

Defined in: animation/MasterTimeline.ts:39

= segments[startSegmentIndex].startTime