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 3287244
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T20:28:16+00:00 2026-05-17T20:28:16+00:00

I have setup a jquery based marquee, This works perfectly fine until I have

  • 0

I have setup a jquery based marquee,

This works perfectly fine until I have attempted to add in pausing the marquee on hover.

On hover it pauses it fine,

But upon resuming there is a gap after the current marquee.

What would be causing this?

A working example is at: http://202.78.151.195/marquee.html

The javascript is at: http://202.78.151.195/jquery-marquee.js

The plugin uses another plugin,
Jquery pause: http://202.78.151.195/jquery.pause.js


Pause/resume code for animations

list.parent('div').hover(
  function(){
    list.stop();
    timer1.pause();
    timer2.pause();
  }, 
  function(){                    
    timer1.resume();
    timer2.resume();
    move(list,left);
  }
);
  • 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-17T20:28:17+00:00Added an answer on May 17, 2026 at 8:28 pm

    The reason the gap appears is that after each hover the marquee speeds up a little bit. So the hovered marquee runs ahead of the next marquee causing a gap.

    I think you must be adding multiple animations / timers to the same marquee.

    I’d look in the .pause() and .resume() methods. They are speeding the marquee hovered over up.

    The longer you hover the faster it takes off.


    Anyway, why are you using a compicated plugin when .stop() combined with your move() works:

    Try this for your list.hover()

                list.hover(function(){
                    lists.first.stop();
                    lists.second.stop();
                }, function(){                    
                    move(lists.first,left);
                    move(lists.second,left);
                });
    

    It works well, you just have to take care of the case where the tail end of the previous list is visible and you pause the list to the right….. but otherwise there’s no speeding up.

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

Sidebar

Related Questions

I have some onchange events setup in jQuery which are used to populate a
I have a datepicker control setup using the JQuery UI, I am also using
I have a MVC app and using JQuery. I have anchor that I setup
Here is my current setup. I have two pages running on the jquery mobile
I have a three-level multi-nested form in Rails. The setup is like this: Projects
I am creating a calculator based on the jQuery UI range slider and have
hi I have a Jquery Datepicker object that is created fine with no highlighted
Using jquery's jqGrid plugin, I have it setup to do sorting, paging, and searching.
I have this jquery plugin that zooms in on photos, but I would like
I've got a jQuery UI dialog setup on a timer based on the session

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.