
provides robust, touch-friendly automatic scrolling (continuous or per-item) for repeatable groups, with drag, momentum, hover-pause, and publishable states for app workflows.
Repeating Group Roll is a Nebula plugin that adds configurable automatic scrolling to repeating-group style containers. It supports continuous and per-item modes, horizontal or vertical operation, pause-on-hover, touch/mouse drag with momentum, looping or reversing at ends, and a small runtime API for start/stop/seek integration.
Preview
When to Use
Everything you need in a single plugin
✔
Auto-advancing carousels or marquee-like lists that should progress automatically but remain user-interactive.
✔
Large vertical or horizontal feeds where you want gentle, configurable automated movement for demos, kiosks, or curated displays.
✔
UI patterns that require both programmatic control (start/pause/seek) and natural touch behaviour (drag + momentum).
How Works
Simple Setup in few Steps
1
Attach Repeating Group Roll
to a container (by element id). The plugin locates a scrollable child or uses the container itself as the scrolling element.
2
Choose operation mode
continuous (frame-based smooth scroll) or by_item (interval-based, advances one item per step).
3
Configure direction, speed (pixels/sec) or interval (ms)
loop and end behavior (loop or reverse), and whether to pause while hovering.
4
Plugin exposes lightweight runtime APIs
(start, pause, resume, stop, scrollToIndex) and publishes states (is_running, current_offset, current_index).
5
Touch and mouse drag are supported
dragging temporarily pauses auto-scroll and applies momentum scrolling on release, restoring auto-scroll if it was running before the drag.
Key Features
Everything you need in a single plugin