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': 'Sasha Colette and the Magnolias -
May 6th
special 3 hour show starting at 9 pm
', 'pause_b': 4, 'pause_a': 0 } SHOW_2 = { 'file': '', 'content': 'Gone for the summer -
May 7th
Relax, we will be back in the fall
', 'pause_b': 4, 'pause_a': 0 } LJ = { 'file': '', 'content': '
BACK?!?!?!?!?
', 'pause_b': 3, 'pause_a': 0 } MM = { 'file': '', 'content': '"Don\'t confuse expansion for extinction"
', 'pause_b': 3, 'pause_a': 0 } PAUL = { 'file': '', 'content': '
now here so friend us
The WXJM Live Facebook Page
', '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 = [SHOW_1,PAUL, SHOW_2]
Password: