How do I make it so that if I click on one tab, it instantly goes to the next tab. Essentially, you click on one tab, it doesn’t display it, but it opens the next one.
I will mention that a tabbed section is a typical UI design pattern in apps and the web. When you change a design pattern’s behavior from what people expect, you usually end up confusing users.
A better approach may be to create what you need using interactions and custom elements.