I'm trying to do an owl-carousel, but I can not establish the duration of how much each image is displayed, look jquery, I'm somewhat exhausted analyzing the code and handling it, (the images delete them, but I leave the code just in case ) the code: html:
<header class="section-header">
<h3 id= "clients">Nuestros Clientes</h3>
</header>
<div class="owl-carousel clients-carousel">
<img src="img/clients/client-1.png" alt="">
<img src="img/clients/client-2.png" alt="">
<img src="img/clients/client-3.png" alt="">
<img src="img/clients/client-5.png" alt="">
<img src="img/clients/client-6.png" alt="">
</div>
</div>
</section><!-- #clients -->
<!--==========================
Clients Section
============================-->
<section id="testimonials" class="section-bg wow fadeInUp ">
<div class="container">
<header class="section-header">
<h3>testimonios</h3>
</header>
<div class="owl-carousel testimonials-carousel">
<div class="testimonial-item">
<h3>cliente1 </h3>
<p>
<img src="img/quote-sign-left.png" class="quote-sign-left" alt="">
texto.
<img src="img/quote-sign-right.png" class="quote-sign-right" alt="">
</p>
</div>
<div class="testimonial-item">
<h3>cliente 2</h3>
<p>
<img src="img/quote-sign-left.png" class="quote-sign-left" alt="">
texto
<img src="img/quote-sign-right.png" class="quote-sign-right" alt="">
</p>
</div>
<div class="testimonial-item">
<h3>cliente 3</h3>
<p>
<img src="img/quote-sign-left.png" class="quote-sign-left" alt="">
texto
<img src="img/quote-sign-right.png" class="quote-sign-right" alt="">
</p>
</div>
</div>
</div>
</section>
css (which I copied and pasted in several places)
elemento {
transform: translate3d(-3330px, 0px, 0px);
transition: all 0.25s ease 0s;
width: 7770px;
}
I clarify that I use functions, jquery, so as the last of my resources I post here, thank you colleagues