Carousel

A slideshow component for cycling through elements—images or slides of text—like a carousel.

How To

  1. Step 1: Include LambdaEx Framework in Logi Info Application. Include LambdaEx Framework in Logi Info Application.
  2. Step 2: Include carousel slides in Logi Info ApplicationInclude carousel slides in Logi Info Application
Options
  • interval The amount of time to delay between automatically cycling an item. If false, carousel will not automatically cycle.
  • pause: If set to "hover", pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave. If set to null, hovering over the carousel won't pause it.
  • wrap: Whether the carousel should cycle continuously or have hard stops.
  • keyboard: Whether the carousel should react to keyboard events.
Example