ids requiredRestricts the view to a specific set of items. A dash-separated list of item long IDs, typically produced by the ids command. When omitted, the view renders its own configured item set. Note: the view still applies its own sort to these items unless you also pass settings sort-AAnoSORT.
code required default (empty)The frame template - an AA expression expanded once per item to build that frame. It is expanded against the item being shown, so aliases and field getters inside it read that item (for example code or {headline........} give each item its own headline). An item whose template expands to an empty string is skipped.
interval optional default 3000How long each frame stays visible before the next one, in milliseconds. Empty or zero falls back to 3000 (three seconds).
speed optional default (empty)How fast each switch animates - the jQuery animation duration. Empty means an instant change; slow and fast are the named jQuery speeds (600 ms and 200 ms). A number of milliseconds also works.
effect optional default (empty)How frames switch. Empty hides the old frame and shows the new one with no transition; fade cross-fades between them (the frames are stacked absolutely so they overlap during the fade).
li_code optional default (empty)Optional switcher template. When given, rotator also renders a list (ul.rot-switcher) of clickable buttons under the frames, one per frame, built by expanding this template per item just like code. Clicking or hovering a button jumps to that frame. Leave empty for no switcher.
{rotator:{ids:9e1d2b9f88e3d6c3bf0eb967378610d6}:<div>_#HEADLINE</div>}
{rotator:a65d19971986e750761f0efcd9a16b1b-4f3362a62847fe1f8c59ba28a92d42c0:<div>_#HEADLINE</div>:5000:slow:fade}
{rotator:a65d19971986e750761f0efcd9a16b1b-4f3362a62847fe1f8c59ba28a92d42c0:<div>_#HEADLINE</div>:8000}
{rotator:a65d19971986e750761f0efcd9a16b1b:<div>_#HEADLINE</div>}
{rotator:a65d19971986e750761f0efcd9a16b1b-4f3362a62847fe1f8c59ba28a92d42c0:<div>_#HEADLINE</div>}
{rotator:a65d19971986e750761f0efcd9a16b1b-4f3362a62847fe1f8c59ba28a92d42c0:<div>_#HEADLINE</div>:6000:fast:fade:<span>_#HEADLINE</span>}