📄️ BlazeSlider
BlazeSlider is a constructor function that is used for initializing the slider on a div.blaze-slider element
📄️ BlazeConfig
BlazeConfig is an object that contains the slider configuration for various types of media.
📄️ slidesToShow
The number of slides to show in the slider at a time.
📄️ slidesToScroll
The number of slides to scroll when the user navigates to the previous or next page by either swiping, dragging or using the previous and next navigation buttons.
📄️ methods
prev() and next()
📄️ slideGap
length of the gap between the slides using any absolute or relative css length units
📄️ loop
A boolean value indicating whether the slider should have an infinite loop or not
📄️ enableAutoplay
it is a boolean value indicating whether autoplay should be enabled or not.
📄️ autoplayDirection
It indicates the direction of the autoplay - to right or to left
📄️ stopAutoplayOnInteraction
it is a boolean value indicating whether autoplay should be disabled when a user interacts with the slider in any way (dragging, swiping or clicking the slider)
📄️ autoplayInterval
it indicates the interval of time in milliseconds between autoplay transition (scroll).
📄️ transitionDuration
The amount of time in milliseconds the slide should take to transition from position A to position B during autoplay.
📄️ transitionTimingFunction
The CSS transition-timing-function
📄️ draggable
it is a boolean value indicating whether the slider should be draggable or not
📄️ onSlide
onSlide method allows you to subscribe to the slide event