derksj
Newbie
Posts: 1
Registered: 7/19/2005
Member Is Offline
|
| posted on 7/19/2005 at 01:22 PM |
|
|
no pause
Hi
I dont want any pause and no white between my two date files
The two data field must scroll smoothly from one to the other
How can i do that
Greetings Jurgen
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 7/19/2005 at 02:35 PM |
|
|
You can remove pause by ommiting the item's pause settings. Compare item with pause:
| Code: |
{
'file': 'cont2.html',
'pause_b': 2,
'pause_a': 1
}
|
Compare item without pause:
| Code: |
{
'file': 'cont2.html'
}
|
The gap distance size between items is adjustable only in PRO version.
|
|
|