CoverFlow

code-show ▾

Overview

vue-concise-slider example

  1. By configuring options
options: {
  effect: 'coverflow',
  deviation: 200,
  loop: true,
  widthScalingRatio: 0.8,
  heightScalingRatio: 0.8
}
  1. Implement a layout of three columns by setting the style of the slideritem
style: {
  'width': '33.33333333%'
}