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] }, 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 SHOW_1 = { 'file': '', 'content': 'May 01 -
No Hay Banda
Revenge of the nervous wreck
', 'pause_b': 4, 'pause_a': 0 } SHOW_2 = { 'file': '', 'content': 'May 02 and beyond -
The future of the nWpo
ain\'t none of your concern
', 'pause_b': 4, 'pause_a': 0 } LJ = { 'file': '', 'content': '
WXJM Live is the Mothership...
', 'pause_b': 3, 'pause_a': 0 } MM = { 'file': '', 'content': '"Don\'t confuse expansion for extinction"
', 'pause_b': 3, 'pause_a': 0 } NATHAN_MP3 = { 'file': '', 'content': '
New MP3s from Nathan Moore
EXPLODING PEN and YOU DON\'T HAVE TO SAY YOU\'RE SORRY (TIL YOU GO)
', 'pause_b': 3, 'pause_a': 0 } HOGWALLER_MP3 = { 'file': '', 'content': '
New MP3s from The Hogwaller Ramblers
LORD, SAVE US ALL FROM NORTHERN VIRGINIA and CSARDIS
', 'pause_b': 3, 'pause_a': 0 } BE_ON_WXJM_LIVE = { 'file': '', 'content': '
"Q: What if my band wants to be on the show?"
A: Send us your demo!
', 'pause_b': 4, 'pause_a': 0 } ITEMS = [BE_ON_WXJM_LIVE, SHOW_1, HOGWALLER_MP3, LJ, SHOW_2, NATHAN_MP3, SHOW_1, MM, SHOW_2, LJ]
Password: