python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Configuring a carousel view that shows multiple elements at once [VanillaJS]
By multiple elements at once, I mean a carousel view like this one:
When there is only one element being shown at any time, I used the following equation to calculate the translation limit (the poi...
Thenu Kaluarachchi
Votes: 0
Answers: 0
Bootstrap carousel doesn't switch to the next image when clicking on the next/preview btn
I have copy/past the bootstrap carousel directly from the bootstrap website, this display well on the screen, but the next and preview btn doesn't work.
The first image is ok, but when I click either ...
user18341951
Votes: 0
Answers: 2
SwiftUI - How to get currently displayed item index in a carousel?
I'm trying to recreate the same view as the Carrot Weather Layout modifier, that is a carousel on top of a button that, when pressed, would open the detail view of the item currently displayed.
What w...
Charlie Maréchal
Votes: 0
Answers: 1