Classdesc

Plugin that automatically changes slides.

Hierarchy (view full)

Constructors

Properties

intervalDuration: number

Duration in milliseconds between slide changes

timeoutDuration: number

Duration in milliseconds after human interaction where the slider will not autoplay

debounceId: number

Used to debounce the re-enabling after a user interaction

interval: number

Interval ID

events: string[]

Event names that temporarily disable the autoplay behaviour

Reference to the slider this plugin is attached to.

Accessors

  • get id(): string
  • Unique Plugin ID, used as index in ScrollSnapSlider::plugins.

    Returns string

    See

Methods

  • Disable the autoplay behaviour and set a timeout to re-enable it.

    Returns void

Generated using TypeDoc