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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T13:04:31+00:00 2026-06-11T13:04:31+00:00

I have 8 thumbnails and when you mouse over the first one on the

  • 0

I have 8 thumbnails and when you mouse over the first one on the row, the other 7 animate to transparency of 50%, on mouse out it brings them back to 100%. The same thing for the other thumbs.

The problem is that when you begin your mouseovers quickly from left to right, if you mouse over them all real fast(from left to right or think, from left side of the gallery to the right ), they animate and don’t stop. So if I have 7 thumbnails, and I mouse overthem REAL fast, then theyll play the animation 7xs. If I rollover fast left TO right, thats 14 rollovers etc….(animations stack)

point being that the animations don’t stop. And I get why but not sure how to fix it.
I tried the .stop() but that stopped the whole thing. I also tried to cut down the animation time but its already at 500ms so anything shorter and its like a regular on/off switch. I also tried .delay(number here) but well yeah, didnt work lol.

Here is the Js Fiddle. http://jsfiddle.net/somdow/y3vCP/

just in case,

The HTML for this example (same as jsFiddle) is:

    <div class="portThumbsL">
         <a href="images/sitePortThumbs/2882.png"><img src="images/sitePortThumbs/2882.png" alt="2882films"/></a>
        <div class="thumbTxtSmall">2882FILMS</div>
    </div>
    <div class="portThumbsL">
        <a href="images/sitePortThumbs/2882.png"><img src="images/sitePortThumbs/1tech.png" alt="1-tech"/></a>
         <div class="thumbTxtSmall">2882FILMS</div>
    </div>
    <div class="portThumbsL">
        <a href="images/sitePortThumbs/2882.png"><img src="images/sitePortThumbs/brazen.png" alt="brazen"/></a>
         <div class="thumbTxtSmall">2882FILMS</div>
    </div>

​

The Css is:

.portThumbsL{position:relative; width:245px; height:387px; float:left; background-color:#333; margin-right:14px;}
.portThumbsR{position:relative;width:245px; height:387px; float:right; background-color:#333; margin-left:px;}
.portThumbsL img, .portThumbsR img{display:block; margin:6px auto;}

​

The jQuery is:

$('.portThumbsL ,  .portThumbsR').hover(function(){
    $(this).children('.portSecRollOver').css("display","block");
    $(this).find('.portSecInner').html("<h3 class='h34roll'>" + $(this).find('img').attr('alt') + "</h3>");
    //$('.portThumbsL,  .portThumbsR').not(this).css("opacity", .5);
    $('.portThumbsL,  .portThumbsR').not(this).animate({opacity:.5},500);
    }, 
    function(){
        $(this).children('.portSecRollOver').css("display","none");
    $('.portThumbsL,  .portThumbsR').not(this).animate({opacity:1},500);
    });

​So my overall question is, How can I make it so that it plays as it should without going crazy.

  • 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-11T13:04:32+00:00Added an answer on June 11, 2026 at 1:04 pm

    try using stop() then clearQueue() …

    $(‘.portThumbsL, .portThumbsR’).not(this).stop().clearQueue().animate({opacity: .5},500);

    $(‘.portThumbsL, .portThumbsR’).not(this).stop().clearQueue().animate({opacity: 1}, 500);

    see here …
    http://jsfiddle.net/dZY7q/

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

Sidebar

Related Questions

I have 8 thumbnails, when the user hovers over any one of them, a
I have a small gallery of thumbnails. When I place my mouse pointer over
I have a series of thumbnails. One by default has an active class of
I've got some thumbnails that I animate a border onto when moused over. I
I have thumbnails on a page, as such: <div id=credits> <a href=largeimage1.jpg alt=credits1.php><img src=thumb1></a>
I have some thumbnails that I display with a Repeater, using a hyperlink and
My Thumbnails should have some shadows, I'd like to do this with some absolutely
I have a set of thumbnails that have a little piece of descriptive to
Live site. Ideally, between border-top and border-bottom, I'd like to have 3 portfolio thumbnails,
I have a list of thumbnails. They have fixed size. I would like that

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.