Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Alessandro Maculotti
Alessandro Maculotti
4,954 Points

How create logos partnership views?

Hi! I would like animate it with an infinite loop that views logos from right to left. (similar to http://www.alchemythemes.com/wordpress-plugins/logo-carousel-wordpress-logos-showcase/)

I use bootstrap in my project and i have tried with carousel without any positive effect.

My structure is:

<div id="sponsor" data-carousel-id="159" data-carousel-id="159" data-speed="90" data-speed-random="15" data-rows="1" data-cols="5" data-alignment="horizontal" data-force-fullwidth="0" data-background="" data-vertical-direction="down" data-horizontal-direction="left" data-height="80" data-topbottom-padding="15" data-leftright-padding="10" data-hover-stop="true"> <ul> <li> <img src="img/sponsor/1.png"> </li> <li> <img src="img/sponsor/1.png"> </li> </ul>

Thanks.

2 Answers

Eric Brengle
Eric Brengle
21,100 Points

So if I'm understanding you correctly you want the carousel to cycle through your list one item at a time correct? In your browser console are you getting any errors from your javascript?

Alessandro Maculotti
Alessandro Maculotti
4,954 Points

No i don't see error in console.

I create a .gif to explain what i would like to do.. (https://www.dropbox.com/s/6m0cwds4hmxa6bk/Schermata%202015-02-16%20alle%2015.52.42.png?dl=0)

Create a gif is one of a solution but i would like create this with coding html css javascript to learn better code.

thanks