Is there a way to change the transition effects for the slide-show banner?
e.g.: I would prefer a fade effect instead of sliding.

also, how can we change the slide-show with another Javascript? I have one but where/how can we insert it in the php files?

thanks for any feedback.

Comments

Marikilla’s picture

Hey!

This is how I changed the theme to make a fade effect in the slide-show banner (it does not work exactly as I want, but it is the most I could do).

Go to bluemasters.js:

Modify next lines:

$(".image_reel").fadeOut(1500).animate({left: -image_reelPostition},1);
$(".desc").slideUp(1500);
$(".image_reel").fadeIn(1500);
$(".desc").eq("$.paging a.active").attr("rel"-1).slideDown(4000);

It worked for me, but if you have a nice code to insert, please share!

Marcus 78’s picture

Thanks

Made it a bit easier for me

wavesailor’s picture

Hi Marikilla,

From your post I'm not sure which lines to modify?
I'm a real novice with Javascript.
Please could you be a little more descriptive in which code to change?

Many thanks,

JJ