animation?
tchopshop - October 28, 2009 - 19:21
| Project: | Quick Tabs |
| Version: | 6.x-2.0-rc3 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
I am wondering if you might ever include some kind of jquery animation effects when switching quicktabs -- like a slider or a fade in/out?
Or is there a way to add this kind of functionality to quicktabs through another module?
I had a hard time deciding between using the Slider module and using Quicktabs for my main content area, but went with Quicktabs because of how easy it is... but I would love a way to animate between tabs...
I would buy someone a beer (or more), if they could help me get this done...
thank you

#1
#327436: Fade or slide effect when changing tabs
#2
If you are eager to get such functionality, then
in quicktabs.js change
tab.tabpage.show();to
tab.tabpage.fadeIn("slow");#3
wow! thank you! how can i buy you that beer?