Carousel of kitty pictures, made with Vanilla JavaScript.
- Carousel area height of 600px.
- The carousel fills the browser horizontally.
- Each image stays on screen for 5 seconds before sliding off.
- CSS transitions for the animation effect.
- Clickable indicator dots.
- When a user clicks a dot that is not lit up, the corresponding image slides in from the right. The image slides in from the right even if its dot is to the left of the one that was lit up when the user clicks.