scrollToTimestamp(timestamp, animationDuration?) â
scrollToTimestamp
scroll to the specified timestamp.
Reference â
typescript
(timestamp: number, animationDuration?: number) => void
Parameters â
timestamp
Timestamp.animationDuration
Animation duration. If it is less than or equal to 0, there is no animation.
Returns â
scrollToTimestamp
returns undefined
.