Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.14 KB

QdtSequencer.md

File metadata and controls

26 lines (18 loc) · 1.14 KB

QdtSequencer

QdtSequencer

  • Loop through a dimension in a given interval.
  • Decide if you want to make selections or not.
  • Υou can show/hide the navigation and control start/pause with a key stroke like 32 for spacebar.

Properties

prop type default description
cols Array [] The dimension for the results [dimension]
delay Number 5 How many seconds before next row
selectRow Boolean true If we want to select the current row
navigation Boolean true If we want to hide the buttons and handle Sequencer through key strokes.
keyCode Number null Key to start and stop the Sequencer, like 32 for spacebar
Wheel Boolean false Control frames, next and previous with the mouse wheel, only on div hover

Examples


← Back to All Components