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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T14:11:10+00:00 2026-05-23T14:11:10+00:00

I am trying to replicate the effect I found at http://www.rockstargames.com/lanoire/ in the third

  • 0

I am trying to replicate the effect I found at http://www.rockstargames.com/lanoire/ in the third box. When hovering a thumbnail each other is darkened.
To implement this, in standard javascript I would handle the onMouseOver event as follows:

  • Get references to each thumbnail
  • Iterate through each thumbnail but the one that was hovered and change the opacity value

And I would handle the onMouseOut event by setting a timeout after which every thumb would be resetted.

My problem is that I have little knowledge of JQuery, and I don’t know if my approach is correct. I’d rather not jump into writing code to end up arguing with the framework. Do you have any suggestions?

  • 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-23T14:11:11+00:00Added an answer on May 23, 2026 at 2:11 pm

    Your approach is correct, however I don’t see the need for a timeout (unless you wanted one of course)

    Your logic translates into something like this:

    $("img").hover(function () {
        /* Dim everything but this img: */
        $("img").not(this).stop().animate({ opacity: 0.5 });
    }, function () {
        /* animate all images back to fully visible. */
        $("img").stop().animate({ opacity: 1.0 });
    });
    

    All images are visible upon page load and mouse out. Images that aren’t the hovered images are dimmed out.

    Here’s a working example: http://jsfiddle.net/SJ7bp/

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

Sidebar

Related Questions

Im trying to replicate an effect as seen on http://www.fiat.co.uk/Showroom/#showroom/punto_evo/explore . I have made
I'm trying to replicate this: http://webdesignerwall.com/tutorials/css-gradient-text-effect however I can't seem to get it to
I'm trying to replicate the following exemple : http://www.leigeber.com/2008/04/map-your-users-using-the-google-maps-api-and-php/ How to integrate this PHP
I'm trying to replicate pages like the following using Drupal: http://www.ams-neve.com/Products/Outboard/1073LB/1073LB.aspx My problem is
trying to replicate the example here; http://onertipaday.blogspot.com/2011/07/word-cloud-in-r.html Need help figuring out how to increase
I'm trying to replicate this construct: http://kaitnieks.com/images/divme.png The question consists of 2 parts: 1)
I'm trying to replicate a UI effect as on http://mcfc.co.uk I have written a
Im trying to replicate the functionality of this page (http://www.kissfm.ro/fresh-top-40/) for a friend who
I am trying to replicate the text overlay effect that occurs when you mouse
I'm trying to replicate the nowadays so fashionable reflex effect on a controltemplate for

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.