Fade or slide effect when changing tabs

Created on 3 August 2011, over 13 years ago
Updated 22 December 2024, 3 months ago

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..

✨ Feature request
Status

Closed: outdated

Version

3.0

Component

Code

Created by

πŸ‡§πŸ‡ͺBelgium drupaltronic

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡ΊπŸ‡Έ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

Production build 0.71.5 2024