Build a carousel from a track of slides with prev/next and bullet controls, using the .f0-carousel class convention.
Where: Right sidebar → Interactions → Standalone → Carousel — Add a Carousel interaction to a .f0-carousel container
Key ideas
- Class convention: Parent .f0-carousel, track .f0-carousel-track, slides .f0-carousel-slide, controls .f0-carousel-prev/-next, bullets .f0-carousel-bullets.
- One interaction: A single carousel interaction wires prev/next/bullet selectors to the track.
Steps
- Structure the markup with the .f0-carousel classes (track wrapping the slides).
- Add a Carousel interaction (Standalone category) on the .f0-carousel container.
- Confirm the prev/next/bullet selectors and preview the slide motion.