slideshow

Change Bootstrap slide transition

I need to decrease the transition time of the slide Bootstrapp, How can I do it being that the files js and css are being pul ... no processamento de bobinas</h1> <button type="button" class="botao-topo">Conheça nossa Empresa</button>

How do I put next / prev buttons and dots controls in my slideshow with css / javascript?

Hello, I am going through a lot of difficulties to make my slideshow, the best I could do was an automatic slideshow, only I ... if(i < images.length - 1){ i++; }else { i = 0; } setTimeout("changeImg()", time); } window.onload = changeImg;

Parallax effect in DIV

I'm having a hard time adding a parallax (or identical) animation to my slideShow when I scroll down my page. I managed to d ... dex-1].style.display = "block"; dots[slideIndex-1].className += " active"; setTimeout(showSlides, 4000) ; }