Active
Project:
BlueMasters
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Sep 2011 at 14:58 UTC
Updated:
28 Nov 2011 at 10:00 UTC
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
Comment #1
Marikilla commentedHey!
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!
Comment #2
Marcus 78 commentedThanks
Made it a bit easier for me
Comment #3
wavesailor commentedHi 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