I'm using the VuetifyJS framework for VueJS and I would like to replicate the swipe between tabs transition WhatsApp for Android uses.
You can swipe in WhatsApp to the left or right and you get to see the new section while
you swipe.
In VuetifyJS you don't see the content of the tabs until
you finished the swipe.
I made a CodePen example what I have so far:
https://codepen.io/anon/pen/GdbxoL?&editors=101
How to show the content of the tab while swiping to it?
Edit: The solution that worked for me is Flickity: https://flickity.metafizzy.co/