Specifies the characteristics of scrolling text in a text overlay. This is an optional element for a text overlay. If the <scroll> element is not used, the text overlay will be static. This element is not used for image overlays.
<scroll
mode = "string"
speed = "positive int"
direction = "string"
/>
Attribute |
Data Type |
Required? |
Default |
Description |
direction |
string |
no |
left |
Direction of scrolling. Values are: left, right, up, down. |
mode |
string |
yes |
none |
Mode of scrolling text. Values are: content (scroll one time), continuous (scroll continuously), and none. |
speed |
positive integer |
no |
25 |
Speed of scrolling in pixels per second. |
For more information on text overlay and image overlay, see <overlay>.