Is it posible to disable cycling? I mean, when you arrive to the last slide, stop and not go back to the first
joseanmola () - 4 years ago - Reply 0
I have added this in last one, see HTML line no 29
<div class="item">
<div class="fill" style="background-color:#e47794; background-image:url(http://hdwallpaperbackgrounds.net/wp-content/uploads/2015/07/Flower-Backgrounds-HD-Wallpaper-7.jpg);">
<span id="last" class="d-none">4</span>
</div>
</div>
then on JQuery :
$('#myCarousel').bind('mousewheel DOMMouseScroll', function (e) {
if (e.originalEvent.wheelDelta > 0 || e.originalEvent.detail < 0) {
$(this).carousel('prev');
}
else {
if(e.target.lastElementChild){
if(e.target.lastElementChild.innerText != '4' ){
$(this).carousel('next');
}
} else{
$(this).carousel('next');
}
}
});
jahanzaib76 (-1) - 4 years ago - Reply 0
i dont see any difference between this and scrollspy?
I need a no-scrollbar with up/down flinger like on android app......
scrollbars are ugly...
cellurl (1) - 5 years ago - Reply 0
Kissanime is the web where you can enjoy the best of the anime shows online. Kiss Anime is a site that delivers high definition toon videos for free
kiss anime () - 7 years ago - Reply 0