Flux Product Docs
  • What is Flux?
  • Guides
    • Creating a Premium Video
    • Creating Your First Site
    • Creating a Countdown
    • Creating a Navigation Bar
    • Creating a Group
    • Custom 404 Page
    • Adding a Favicon to Your Site
    • Adding Videos to Your Site
    • Managing Your Guest List
    • Asset Management
    • Creating Sites from Site Templates
    • Publishing Site Versions
    • Advanced Debugging
  • Fundamentals
    • Key Concepts
    • Sites
    • Guests
    • Environments
      • Show Variables
    • Flows
      • Anatomy of a Node
      • Connecting Nodes and Building Flows
      • Passing Data
      • Scope
      • Interpolation
    • Keyboard Shortcuts
      • Keyboard Shortcuts - Page Editor
    • Animation States
    • Local Variables
    • Groups
  • Use Cases
    • For Designers
    • For Engineers
      • Custom CSS
      • Custom Modules
    • For Event Manager
      • Intercom Integration
  • Documentation
    • FAQ
    • Glossary
    • 🚀Show Controller
      • Modes
    • Domains and Subdomains
      • Hover
      • AWS Route 53
    • Premium Live Channels
    • Basic Video
    • Premium Video
      • AI Generated Subtitles
      • Supported Input Codecs and Containers
      • Supported Language Labels
      • Serverside Forensic Watermarking
    • Flow Nodes
      • Middleware
  • Modules
    • Access Code
    • Audio
    • Button
    • Carousel
    • Chat
    • Checkbox
    • Container
    • Countdown
    • Date
    • Embed
    • Image
    • Intercom
    • Link
    • Lottie
    • Page
    • Meter
    • Modal
    • Photobooth Gallery
    • Open Login
    • QR Code
    • Radio
    • Rich Text
    • Stack
    • Style
    • Spline
    • Switch
    • Text Input
    • Video
  • Template Guides
    • NatGeo FYC
      • Adding a Panel
    • Meow Wolf All Shrimps
  • 🚀Change Logs
    • July 12, 2024
    • June 08, 2024
    • April 26, 2024
    • April 12, 2024
    • March 29, 2024
    • March 15, 2024
    • March 1, 2024
    • September 2022
    • August 2022
    • July 2022
    • June 2022
Powered by GitBook
On this page
  • Overview
  • Carousel Properties
  • Carousel Styles
  • Nodes
  • Broadcasters
  • Listeners

Was this helpful?

  1. Modules

Carousel

Last updated 2 years ago

Was this helpful?

Overview

The Carousel module allows for multiple media assets to be placed in a container that can be autoplayed or swiped through based on speed, view and other settings.

Carousel Properties

Speed Number, default 300 Sets the speed (in milliseconds) between animations of slides.

Slides Per View Number, 1 Number of images that can be seen in the carousel at a time.

Space Between String, default 30 Space between images (in px) in the carousel.

Loop Slides Checkbox, default enabled If enabled, the slideshow should restart on carousel end.

Autoplay Checkbox, default disabled If enabled, the carousel with automatically start playing on load.

Pagination Checkbox, default enabled If enabled, it will display clickable slide indicators below the carousel.

Navigation Checkbox, default enabled If enabled, display on the left and right of the carousel to help with navigation of images.

Setting this parameter will make Swiper not responsive to changes in screen and viewport sizes.

Carousel Styles

Theme Color String - Valid color string or hex code (#FFFFF) Sets the color of navigation arrows and the active pagination indicator.

Navigation Size String Sets the size of the left and right navigation arrows (in px). Example: 44px

Transition Effect (required) Dropdown Applies a transition effect when slides change. Options include:

  • slide

  • fade

  • cube

  • coverflow

  • flip

  • creative

  • cards

Nodes

Broadcasters

Carousel:slide-change

Broadcast event when slide changes.

Parameters

slideIndex - The index of the slide you would like to change to

Listeners

Carousel:on-slide-change Listener event when a slide changes

String Swiper height (in px). This parameter allows to force Swiper height.

Height
Transitions & styles can be used to customize the look of Carousel modules