vdw / Tabslet

Yet another jQuery plugin for tabs, lightweight, easy to use, mobile-friendly and with some extra features.
http://vdw.github.io/Tabslet/
Apache License 2.0
564 stars 110 forks source link

hover+animation bug, multi tabs content show at once #63

Open saqibnadeem96 opened 3 years ago

saqibnadeem96 commented 3 years ago

To reproduce:

  1. Use mouseevent : 'hover' and animation: true.
  2. quickly hover over the tabs
  3. notice the animation causes multiple tab content to show at once.
  4. Reference Video: https://www.berrycast.com/conversations/76f04593-4edf-5d16-bb19-650e58b7a5a6

Code to reproduce issue: $('.tabs_hover').tabslet({ mouseevent: 'hover', attribute: 'href', animation: true, })