- πΊπΈUnited States smustgrave
With D7 EOL approaching in a month I'm starting to triage the D7 side of quicktabs queue.
If still an issue or needed for 4.0.x (latest branch) feel free to reopen
In the drupal 6 version it was possible to add cool effects between tabs with just a few lines of code in the quicktabs.js :
// Hide all tabpages.
tab.container.children().slideUp(1000).addClass('quicktabs-hide');
// Show the active tabpage.
if (tab.tabpage.fadeIn(1300).hasClass('quicktabs_tabpage')) {
tab.tabpage.fadeIn(1300).removeClass('quicktabs-hide');
}
also see : http://drupal.org/node/327436
Is something similar possible in the 7-version ? I had no luck so far..
Closed: outdated
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
With D7 EOL approaching in a month I'm starting to triage the D7 side of quicktabs queue.
If still an issue or needed for 4.0.x (latest branch) feel free to reopen