case 'swipeleft': {
                    if (isLastTab) {
                        $targetTab = this.$tabs.first();
                    } else {
                        $targetTab = $currentTab.next();