Currently, I am utilizing the VuetifyJS framework for VueJS and I am interested in replicating the swipe between tabs transition seen in WhatsApp for Android.
In WhatsApp, you have the ability to swipe left or right to view a new section as
you swipe. VuetifyJS, on the other hand, does not display the tab content until
the swipe is completed.
I have created an example on CodePen to demonstrate what I currently have:
https://codepen.io/anon/pen/GdbxoL?&editors=101
Is there a way to reveal the content of the tab while swiping towards it?
Update: I found a solution that worked for me using Flickity: