Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6833251
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T22:57:20+00:00 2026-05-26T22:57:20+00:00

I have a jQuery slider rotation here: http://8wayrun.com/ Every 5 seconds, the slide changes.

  • 0

I have a jQuery slider rotation here: http://8wayrun.com/

Every 5 seconds, the slide changes. I am using this code:

$("#recentSlider").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);

The problem with this is evident if you look at it on my site; when it changes the slide, it fades out the current slide, then fades in the new slide. So there is a point in time when there is no slide on the screen. Is there a way to make it so that the new slide fades in while the old slide is fading out? So that there isn’t any black emptiness?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T22:57:21+00:00Added an answer on May 26, 2026 at 10:57 pm

    I have never used this plugin, but they provide great documentation. PS – A fiddle would help a ton here.

    http://flowplayer.org/tools/tabs/index.html#effects

    You can add your own effects

    $.tools.tabs.addEffect("default", function(tabIndex, done) {
    
        // fade out all other panes and fade in new pane
        this.getPanes().animate({ opacity: .3; }).eq(tabIndex).fadeIn();
    
        // the supplied callback must be called after the effect has finished its job
        done.call();
    });
    

    And then use it for your tabs effect like so

    $("#recentSlider").tabs("<pane_selector>", {
        effect: 'myeffect',
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some content sliding here. http://www.smallsharptools.com/downloads/jQuery/Slider/slider.html The HTML structure is simple. There is
I have a page that has multiple sliders (from http://www.switchonthecode.com/tutorials/using-jquery-slider-to-scroll-a-div ) and since each
i have this jquery slider code here - jsfiddle or jquery demo now all
You may have seen JavaScript sliders before: http://dev.jquery.com/view/tags/ui/1.5b2/demos/ui.slider.html What I'm envisioning is a circular
I have a jQuery UI slider here. http://jsfiddle.net/DrR7s/7/ I have animate attribues value as
I'm trying to make my first jQuery slider, and I have this code: $(#str).keyup(function(event)
I'm trying to get the jQuery slider to have set values to slide to
I have a page which contains a jQuery-UI horizontal slider, created using a little
I have jQuery code which looks something like this on Button1 Click $('table.result_grid tbody
I have a jquery based slider on the page. This slider calls a function

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.