Download
swipeTabs.js
Create sliding tabs quickly and easily.
You need
slick.js
and
jQuery
.
Example
One
Two
Three
Four
Five
Tab 1
Tab 2
Tab 3
Tab 4
Tab 5
HTML
One
Two
Three
Four
Five
Tab 1
Tab 2
Tab 3
Tab 4
Tab 5
JS
$('.swipe-tabs').swipeTabs({ slick: { tabs: { centerMode: true }, content: { draggable: true, fade: true, cssEase: 'linear' } } });
Credits:
Galeel Bhasha