Slideshow #
With the slideShow
prop we can enable the slideshow mode on all timeline modes (HORIZONTAL
, VERTICAL
, VERTICAL_ALTERNATING
).
INFO
Slideshows can be started only manually using the timeline controls.
Horizontal #
jsx
<Chrono items={items} slideShow mode="HORIZONTAL" showAllCardsHorizontal />
Vertical #
jsx
<Chrono items={items} slideShow mode="VERTICAL" />