242 comments found.
He does it again , very very nice !
Will look at this for a new project .
Incidentally, love the NEW lightbox css effect.. very slick
Very nice was waiting for this is there an option to set the transition on a slide base in the frontend so with a class for each slide or something instead of putting it in ther call to the plugin?
Yes, e.g.:
<div class="slider">
<div class="jquery-slider-trans-square">
<img src="assets/slide_6.jpg" alt="" />
</div>
<div class="jquery-slider-trans-slideleft">
<img src="assets/slide_5.jpg" alt="" />
</div>
<div class="jquery-slider-trans-fade">
<img src="assets/slide_4.jpg" alt="" />
</div>
<div class="jquery-slider-trans-exploderandom">
<img src="assets/slide_7.jpg" alt="" />
</div>
</div>