Interface RoyalSliderVisibleOptions

Index

Properties

Properties

optional public breakpoint?: number

Used for responsive design. Changes centerArea value to breakpointCenterArea when width of slider is less then value in this option. Set to 0 to disable. (default: 0)

optional public breakpointCenterArea?: number

Same as centerArea option, just for breakpoint. Can be changed dynamically via sliderInstance.st.breakpointCenterArea. (default: 0.8)

optional public center?: boolean

Alignment of center image, if you set it to false center image will be aligned to left. (default: true)

optional public centerArea?: number

Ratio that determines area of center image.For example for 0.6 - 60 % of slider area will get center image and 20% for two images on sides. (default: 0.6)

optional public enabled?: boolean

Enable visible-nearby. (default: true)

optional public navigateByCenterClick?: boolean

Disables navigation to next slide by clicking on current slide (if navigateByClick is true). (default: true)