After inserting scroller can I edit the auto-scroll?
When I inserted my scroller in the page I didn’t set any ‘auto scroll’ options. But since then I’ve decided that I would like my scroller to auto-scroll after all.
Can I somehow tell the existing scroller to auto-scroll? Or do I have to start all over and insert a new scroller in my page?
Answer:
When the existing scroller was inserted in the page, it also applied a corresponding initialisation behavior to the onLoad event of the <body> tag. In the dialog of that behavior, you can set the scroller to auto-scroll.
Note however, that the 2nd content layer (needed for seamless, continuous auto-scrolling without gaps) is not added automatically to your scroller now anymore.
But you can easily add one (or more) extra content layer(s) yourself:
1. In the BODY section of the page, duplicate the last content layer and increase the order number in its ID (e.g. #dmx1Content1 ? #dmx1Content2).
2. Optionally replace the duplicate content with new, fresh content.
Tip:
You can add as many content layers as you like: the scroller will automatically “play” them in sequence.
Comments
Be the first to write a comment
You must me logged in to write a comment.