Editing Javascript Config for Tigra Scroller
Instructions are mostly contained within contents below, but some hints may show up here from time to time.
var LOOK = { // scroller box size: [width, height] 'size': [804, 80] }; var BEHAVE = { // autoscroll - true, on-demand - false 'auto': true, // vertical - true, horizontal - false 'vertical': true, // scrolling speed, pixels per 40 milliseconds; // for auto mode use negative value to reverse scrolling direction 'speed': 5 }; // a data to build scroll window content // file to get content for item from; if is set 'content' property doesn't matter // only body of HTML document is taken to become scroller item content // note: external files require time for loading // it is RECOMMENDED to use content property to speed loading up // please, DON'T forget to set ALL IMAGE SIZES // in either external file or in 'content' string for scroller script // to be able to estimate item sizes var SHOW_1={ 'file': '', 'content': ' OVAH -
May 3
', 'pause_b': 4, 'pause_a': 0 }; var SHOW_2={ 'file': '', 'content': '
For all time
-
May 3
No more nWpo on WXJM Live
', 'pause_b': 4, 'pause_a': 0 }; var MACROCK={ 'file': '', 'content': '
Don\'t forget MACRoCk
April 1st and 2nd
', 'pause_b': 4, 'pause_a': 0 }; var BE_ON_WXJM_LIVE={ 'file': '', 'content': '
Our last show EVAH
May 3rd
', 'pause_b': 4, 'pause_a': 0 }; var ITEMS = [BE_ON_WXJM_LIVE,SHOW_1,SHOW_2];
Password: