0

我想使用 angular-carousel 库创建轮播。我想一次显示 3 张幻灯片,并且在滑动时应该只滑动一个项目。

here is the link for ref. angular-carousel :https://github.com/revolunet/angular-carousel

ex. 
//this is just html code
<ul rn-carousel class="image">
  <li ng-repeat="image in sportImages">
    <div class="layer">{{ image }}</div>
  </li>
</ul>

lets assume i have 100 images and i want to display 3 image slides at a time. right now i am able to display one slide at a time . what should i do to display  3 slides at a time? any suggestion ?

any help would be really good.
4

0 回答 0