Sha256: 298d6f41ecd02c79b3a47f8f22a14be52ca7af9ec6217f777d7940e09380f56b

Contents?: true

Size: 1.09 KB

Versions: 64

Compression:

Stored size: 1.09 KB

Contents

const defaultOptions = {
  initialSlide: 0,
  slidesToScroll: 1,
  slidesToShow: 1,

  navigation: true,
  navigationKeys: true,
  navigationSwipe: true,

  pagination: true,

  loop: false,
  infinite: false,

  effect: 'translate',
  duration: 300,
  timing: 'ease',

  autoplay: false,
  autoplaySpeed: 3000,
  pauseOnHover: true,
  breakpoints: [{
      changePoint: 480,
      slidesToShow: 1,
      slidesToScroll: 1
    },
    {
      changePoint: 640,
      slidesToShow: 2,
      slidesToScroll: 2
    },
    {
      changePoint: 768,
      slidesToShow: 3,
      slidesToScroll: 3
    }
  ],

  onReady: null,
  icons: {
    'previous': `<svg viewBox="0 0 50 80" xml:space="preserve">
      <polyline fill="currentColor" stroke-width=".5em" stroke-linecap="round" stroke-linejoin="round" points="45.63,75.8 0.375,38.087 45.63,0.375 "/>
    </svg>`,
    'next': `<svg viewBox="0 0 50 80" xml:space="preserve">
      <polyline fill="currentColor" stroke-width=".5em" stroke-linecap="round" stroke-linejoin="round" points="0.375,0.375 45.63,38.087 0.375,75.8 "/>
    </svg>`
  }
};

export default defaultOptions;

Version data entries

64 entries across 64 versions & 1 rubygems

Version Path
intia-theme-0.1.24 node_modules/bulma-carousel/src/js/defaultOptions.js
intia-theme-0.1.23 node_modules/bulma-carousel/src/js/defaultOptions.js
intia-theme-0.1.22 node_modules/bulma-carousel/src/js/defaultOptions.js
intia-theme-0.1.21 node_modules/bulma-carousel/src/js/defaultOptions.js
intia-theme-0.1.20 node_modules/bulma-carousel/src/js/defaultOptions.js
intia-theme-0.1.19 node_modules/bulma-carousel/src/js/defaultOptions.js
intia-theme-0.1.18 node_modules/bulma-carousel/src/js/defaultOptions.js
intia-theme-0.1.17 node_modules/bulma-carousel/src/js/defaultOptions.js
intia-theme-0.1.16 node_modules/bulma-carousel/src/js/defaultOptions.js
intia-theme-0.1.15 node_modules/bulma-carousel/src/js/defaultOptions.js
intia-theme-0.1.14 node_modules/bulma-carousel/src/js/defaultOptions.js
intia-theme-0.1.13 node_modules/bulma-carousel/src/js/defaultOptions.js
intia-theme-0.1.12 node_modules/bulma-carousel/src/js/defaultOptions.js
intia-theme-0.1.11 node_modules/bulma-carousel/src/js/defaultOptions.js
intia-theme-0.1.10 node_modules/bulma-carousel/src/js/defaultOptions.js
intia-theme-0.1.9 node_modules/bulma-carousel/src/js/defaultOptions.js
intia-theme-0.1.8 node_modules/bulma-carousel/src/js/defaultOptions.js
intia-theme-0.1.7 node_modules/bulma-carousel/src/js/defaultOptions.js
intia-theme-0.1.6 node_modules/bulma-carousel/src/js/defaultOptions.js
intia-theme-0.1.5 node_modules/bulma-carousel/src/js/defaultOptions.js