mercredi 24 décembre 2014

Bootstrap-like text-only fade-in carousel


I'd like to implement a fade-in/fade-out text only carousel like on the header of this website.


I looked at the code and it seems that it was done with bootstrap.


Since I don't really want to implement the whole bootstrap thing only for this, is there a way to do something similar with a few lines of CSS and Javascript?


Many thanks for your help


HTML of the website I took as example:



<div id="carousel_fade_intro" class="carousel slide">
<div class="carousel-inner">
<div class="active item">
<h1>Multi-purpose template</h1>
</div>
<div class="item">
<h1>designed for portfolio, agency</h1>
</div>
<div class="item">
<h1>or landing page.</h1>
</div>
<div class="item">
<h1>It's easy to customize</h1>
</div>
<div class="item">
<h1>to fit any brand.</h1>
</div>
</div>
</div>




Aucun commentaire:

Enregistrer un commentaire