Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

tooltips

Karl edited this page Apr 11, 2018 · 3 revisions

Type: Boolean|String

Default: "always"

Enables the floating tooltips that show the current value(s) of the slider.

  • "always" - the tooltips are permanently visible.
  • true - the tooltips are only visible on mousedown/touchstart and mousemove/touchmove events.
  • false - the tooltips are completely disabled.
Clone this wiki locally