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

  • Home
  • SEARCH
  • 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 9015169
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T03:41:02+00:00 2026-06-16T03:41:02+00:00

I am looking a jQuery-based content slider plugin. I don’t mean one like this

  • 0

I am looking a jQuery-based content slider plugin. I don’t mean one like this (of which there are far too many) nor the jQueryUI slider. What I am looking for can best be described in a picture.

Is there a jQuery plugin which allows me to slide (or transition) certain elements off the viewport and slide new elements in its place? Ideally, I would like to be able to ease several elements off and back onto the page in (sort of a) series, rather than one after another. The ability to ease these elements, rather than slide them with a linear speed, would be awesome.

This picture is the best visual I could come up with:

enter image description here

I know I could develop a plugin, as I have done several before, but I would like to avoid reinventing the wheel, if possible. Can anyone suggest a plugin?

Thank you for your time.

  • 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-06-16T03:41:04+00:00Added an answer on June 16, 2026 at 3:41 am

    If you’re supporting CSS3, you could try doing something like this, albiet it may be better to build an animation class.

    .item:nth-child(1)
    {
    transition-timing-function            : ease-in-out;       
    transition-property                    : left;
    transition-duration                    : 0.1s;
    transition-delay                    : 0.35s;
    }
    
    item:nth-child(2)
    {
    transition-timing-function            : ease-in-out;       
    transition-property                    : left;
    transition-duration                    : 0.1s;
    transition-delay                    : 0.55s;
    }
    
    .item:nth-child(3)
    {
    transition-timing-function            : ease-in-out;       
    transition-property                    : left;
    transition-duration                    : 0.1s;
    transition-delay                    : 0.65s;
    }
    
    .item:nth-child(4)
    {
    transition-timing-function            : ease-in-out;       
    transition-property                    : left;
    transition-duration                    : 0.1s;
    transition-delay                    : 0.75s;
    }​
    

    If you want to use jQuery, I’ve had some success with http://api.jquery.com/queue/ which would allow you to craft a more complex chained animation. For an unknown number of children you could use the slice() method.

    I’ve changed this snippet of self-executing code found on http://paulirish.com/2008/sequentially-chain-your-callbacks-in-jquery-two-ways/

    (function hidenext(jq){
    jq.eq(0).fadeOut("fast", function(){
        (jq=jq.slice(1)).length && hidenext(jq);
    });
     })($('div'))
    

    You don’t have to use fadeOut and it doesn’t need to be self-executing, but it’s neat and tidy way to apply a ‘transition’ to an unknown number of elements.

    Here’s a fiddle using fadeOut http://jsfiddle.net/NpBfJ/ … this is probably more work than you want…:-)

    In regards to sliders, this is one of the best free ones out there http://caroufredsel.dev7studios.com/ it has many customizable features.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am looking for jquery plugin which allows me to select elements from treeview
I'm wondering if anyone knows of a script/plugin, jquery-based or otherwise, which could be
I am looking for a jQuery Based tree Structure plugin for the following. It
Hi I am looking for a jQuery based equal height columns. I know there
Is something like... <script type=text/html id=this-content1> <h1>This Header Info One</h1> <p>This content one. .
SLIDER CODE http://tympanus.net/codrops/2012/03/15/parallax-content-slider-with-css3-and-jquery/ IMAGE MOCK: I'd like to preface this by saying I'm not
I know there are other posts like this, but I don't know if its
I am looking for a multi-select jquery based two-column transfer widget having a look
I am looking for jQuery plugin that will open an html under an input
Looking at this jQuery example, how can I modify the code so that it

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.