小编Qwa*_*rat的帖子

Twitter Bootstrap轮播垂直滑动

是否有可能实现垂直旋转木马滑动与Twitter Bootstrap?在bootstrap.js中我找到了这个

  , slide: function (type, next) {
  var $active = this.$element.find('.active')
    , $next = next || $active[type]()
    , isCycling = this.interval
    , direction = type == 'next' ? 'left' : 'right'
    , fallback  = type == 'next' ? 'first' : 'last'
    , that = this
Run Code Online (Sandbox Code Playgroud)

我试图将方向改为"向上"和"向下",但滑动不起作用.

jquery sliding carousel twitter-bootstrap

21
推荐指数
2
解决办法
6万
查看次数

标签 统计

carousel ×1

jquery ×1

sliding ×1

twitter-bootstrap ×1