Supposed the html code is:
<div class="scroller">
<ul class="header-contact">
<li id="header-section1" class="sectionslide"><p>We offer FREE shipping</p><p>on orders of $50 or more!</p></li>
<li id="header-section2" class="sectionslide"><p>We ship your orders same day</p><p> if ordered before 2pm PST.</p></li>
<li id="header-section3" class="sectionslide"><p> Call Us: 1234</p><p>Our hours: Mon - Fri 10am-5pm</p></li>
</ul>
</div>
i want to make the li content auto show and hide one by one. i am sorry. i don’t know how to set the time duration to make the li content show and hide. which event i should do?
Try something like this (Demo):