带选框的mCustomScrollbar

时间:2015-03-15 20:55:48

标签: javascript jquery css scrollbar marquee

我需要一个(div)部分,它会自动滚动并且还有一个滚动条。

所以我找到了这个滚动条插件:mCustomScrollbar 和一个选框插件:jQuery Marquee

当我想连接所有工作的goon,直到我将div滚动到底部。

如果我向下滚动到底部,那么大帐篷不会重新开始,他需要下来并开始跳跃,直到他计算到底部的长度并重新开始。

任何帮助如何修复它??

这是一个例子:



$('.marquee').marquee();
$(".marquee").mCustomScrollbar();

.marquee {
  width: 300px;
  overflow: hidden;
  border: 1px solid #ccc;
  background: #ccc;
}

.ver {
  height: 250px;
  width: 200px;
}

<link href="http://manos.malihu.gr/repository/custom-scrollbar/demo/jquery.mCustomScrollbar.css" rel="stylesheet"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="//cdn.jsdelivr.net/jquery.marquee/1.3.1/jquery.marquee.min.js"></script>
<script src="http://manos.malihu.gr/repository/custom-scrollbar/demo/jquery.mCustomScrollbar.concat.min.js"></script>

<div class="marquee ver"  data-duplicated="true" data-direction='up' data-duration='5000' data-pauseOnHover="true">jQuery marquee is the best marquee plugin in the world. jQuery marquee is the be<br/>st marquee plugin in the world <b>end</b>jQuery marquee is the best marquee plugin in t<br/><br/>he world. jQuery marquee is the best marque<br/><br/>e plugin in the world <b>end</b>jQuery<br/><br/> marquee is the best marquee plugin in the world. jQuery marquee is the best marquee <br/><br/>plugin in the world <b>end</b>jQuery<br/><br/><br/> marquee is the best marquee plugin in the world. jQuery marquee is the best marquee plugi<br/><br/><br/>n in the world <b>end</b>jQuery marquee is the best marquee plugin in the world<br/><br/>. jQuery marquee is the best marquee plugin in the world <b>end</b>jQuery marquee is the best marquee plugin in the world. jQuery marquee is the be<br/>st marquee plugin in the world <b>end</b>jQuery marquee is the best marquee plugin in t<br/><br/>he world. jQuery marquee is the best marque<br/><br/>e plugin in the world <b>end</b>jQuery<br/><br/> marquee is the best marquee plugin in the world. jQuery marquee is the best marquee <br/><br/>plugin in the world <b>end</b>jQuery<br/><br/><br/> marquee is the best marquee plugin in the world. jQuery marquee is the best marquee plugi<br/><br/><br/>n in the world <b>end</b>jQuery marquee is the best marquee plugin in the world<br/><br/>. jQuery marquee is the best marquee plugin in the world <b>end</b>jQuery marquee is the best marquee plugin in the world. jQuery marquee is the be<br/>st marquee plugin in the world <b>end</b>jQuery marquee is the best marquee plugin in t<br/><br/>he world. jQuery marquee is the best marque<br/><br/>e plugin in the world <b>end</b>jQuery<br/><br/> marquee is the best marquee plugin in the world. jQuery marquee is the best marquee <br/><br/>plugin in the world <b>end</b>jQuery<br/><br/><br/> marquee is the best marquee plugin in the world. jQuery marquee is the best marquee plugi<br/><br/><br/>n in the world <b>end</b>jQuery marquee is the best marquee plugin in the world<br/><br/>. jQuery marquee is the best marquee plugin in the world <b>end</b></div>
&#13;
&#13;
&#13;

或Codepen:http:// codepen.io / anon / pen / raQLWY

提前谢谢。 抱歉我的中英文..

0 个答案:

没有答案