live demo
Home arrow Support arrow Forum
Welcome, Guest
Please Login or Register.    Lost Password?
MooTicker Fade Speed (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: MooTicker Fade Speed
#757
MooTicker Fade Speed 1 Year ago Karma: 0  
Hello,



Using the latest MooTicker 1.0, is it at all possible to adjust the fading speed between the tickers?



I looked into the module files, but could not find anything obvious to change.



TIA
Osvaldo Alvarez (User)
Fresh Bamboo
Posts: 0
graphgraph
User Offline Click here to see the profile of this user
Report to moderator   Logged Logged  
 
The administrator has disabled public write access.  
#759
Re:MooTicker Fade Speed 1 Year ago Karma: 31  
To change the speed of the fade itself you can replace the mooticker code at the very top of the icarousel.js file with the following:



Code:

// Moo Ticker window.addEvent("domready", function() { new iCarousel("mooticker", { idPrevious: "undefined", idNext: "undefined", idToggle: "mooticker_toggle", item: {klass: "mooticker_item"}, animation: { type: "fade", transition: Fx.Transitions.linear, duration: 1000, rotate: { type: "auto" } } }); });
The duration: 1000 relates to the speed of the fade. If you want to change the length of time that the statement stays on the screen then you will have to download the full version of the icarousel.js file and make the changes necessary, then replace the icarousel.js file in the modules/mooticker folder with your new file. Here is the link:
Code:

http://zend.lojcomm.com.br/icarousel/
Hope this helps, Anthony.
Anthony Olsen (Admin)
Admin
Posts: 1551
graph
User Online Now Click here to see the profile of this user
Joomla Bamboo
Report to moderator   Logged Logged  
 
Creative Unique Minimal Joomla Templates
 
The administrator has disabled public write access.  
Go to top Post Reply
Powered by FireBoard
,