ScrollMarkerModel: MarkerModel & { name?: string }

Marker with a name, used for scroll-driven timelines. It is used together with elements in your HTML to define what time in the timeline should be active when the element is in the scroll view.

<div data-timeline-marker>...</div>