SeekIndication

An indication that the interactive experience is “seeking” (skipping) or has just seeked to a previous or next choice.
Auto-hides after 2 seconds (hardcoded).
Props
seekDirection {string}- Can be either “forward” or “backward”. Ifnull, the seek indication should be hidden
API
show(seekDirection)- Show the seek indication.seekDirectionCan be either “forward” or “backward”.hide()- hide the seek indication.
Events
No events.
parentContainer
root
Plugin Options
No configurable options.