List of methods how text is scrolling.
Items | StartOutsideMoveLeftUntilOut | Default passing scroll. Text will not initially be on display but appear from right side, moving left and continue until it have completely left the display. |
| StartOutsideMoveLeftUntilLeftAligned | Text will not initially be on display but appear from right side, moving left until first character of text have reached left side of the display. |
| StartLeftAlignedMoveLeftUntilOut | Text will start from display and move left until it have completely left the display. |
| StartLeftAlignedMoveLeftUntilRightAligned | Text will start from display and move left until last character of text is on right side of display. For this to make sense, text have to be longer than what display can hold. |
| StartOutsideMoveRightUntilOut | Text will not initially be on display but appear from left side, moving right and continue until it have completely left the display. |
| StartOutsideMoveRightUntilRightAligned | Text will not initially be on display but appear from left side, moving right until last character of text have reached right side of the display. |
| StartRightAlignedMoveRightUntilOut | Text will start from display and move right until it have completely left the display. |
| StartRightAlignedMoveRightUntilLeftAligned | Text will start from display and move right until first character of text is on left side of display. For this to make sense, text have to be longer than what display can hold. |