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
方向を「上」と「下」に変更しようとしましたが、スライドが機能しません。