Rotator Settings

Used to control the display of data in the rotator.

Example:

<rs>

<r>

<height>250</height>

<width>300</width>

<transitiontype>Scroll</transitiontype>

<scrolldirection>Up</scrolldirection>

<smoothscrolldelay>3000</smoothscrolldelay>

<frametimeout>10000</frametimeout>

</r>

</rs>

Auto Advance (optional) - Boolean

Used to specify whether the R=rotator should automatically move to the next item. If set to false, a mouse click will be required.

Default: true

FrameTimeout (optional) – Integer

Used to control the time between frame display, measured in milliseconds.

Default: 1000

FramesToShow (optional) – Integer

Used to control the number of items to display at once.

Default: 1

Height (optional) – Integer

Used to control the height of the display, measured in pixels.

Default: 500

PauseOnMouseOver (optional) – Boolean

Used to control whether the display should pause on mouse over.

Default: true

ScrollDirection (optional) – String

Used to control the direction of the scrolling effect.

Options:

      Down

      Up

      Left

      Right

ScrollSpeed (optional) - Integer

Used to control the speed at which the display scrolls content, measured in milliseconds.

Default: true

SmoothScrollDelay (optional) – Integer

Used to control the time delay in the Transition type, measured in milliseconds.

Default: 100

Tooltip (optional) – String

Used to control the description displayed when a user hovers over the display.

Default: empty

TransitionEffect (optional) – String

Used to control the transition effect of the display.

Options:

      Scroll

      Slideshow

TransitionType (optional) – String

Used to control the type of transition used within the display.

Options:

      Barn

      Blinds

      Checkerboard

      Fade

      GradientWipe

      Inset

      Iris

      NONE

      Pixelate

      RadialWipe

      RANDOM

      RandomDissolve

      Slide

      Spiral

      Stretch

      Wheel

      ZigZag

UseRandomSlide (optional) – Boolean

When enabled, a random Transition Type is used in the display.

Default: True

UseSmoothScroll

Used to control whether the display will attempt to make the transition look smooth between each item.

Default: true

Width (optional) - Integer

Used to control the width of the display, measured in pixels.

Default: 500