Ticker Board: Rotation Board

Sometimes you may have a few messages you want to loop through.

For more, see the main Ticker Board page.

Rotation Board

The boards below loop through the following messages:

One row

Two rows

Example code

The following code creates a board which loops through four names.

new RotationBoard(document.getElementById('beatles'), {
  messages: ['John', 'Paul', 'Ringo', 'George'],
  count: 1,
  size: 24,
})

You can see the result below.