jquery - Twitter Bootstrap carousel and navigation -


i use twitter bootstrap carousel on website in full screen: web site link

in bottom menu, click on "architecture & habitat" arrows appear navigate through slides.

my links in form: <a id="projet-citizen" class="" data-interval="5000" data-slide-to="25" href="#mycarousel"> ... </ a>

access each slide works against fade effect stops often, if want go previous slide. have ever had problem? did miss something?

twitter bootstrap carousel have no built-in javascript/jquery effects transitions; done using css transitions.

to handle transition have set in css:

.carousel .active.right {left: 0, opacity: 0, z-index: 2;} 

other relevant question: can twitter bootstrap carousel plugin fade in , out on slide transition


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -