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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T09:26:09+00:00 2026-06-06T09:26:09+00:00

I have two images. One that is normal, and another that is more colourised.

  • 0

I have two images. One that is normal, and another that is more colourised. I want to have this image displaying on top of the other and having a “glowing” effect where it switches between transparent and opaque every second or so. I also need to stop this effect when the user presses a particular button. How would I go about doing this with jQuery or Javascript?

  • 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-06T09:26:10+00:00Added an answer on June 6, 2026 at 9:26 am

    jsBin demo

    html:

    <button id="stop">STOP IT!</button>
    
    <div class="images">
         <img src="img1.jpg" />
         <img src="img2.jpg" class="glowed"/>
    </div>
    

    jquery:

    var playing = true;
    
    function loop(){
      if(playing){
        $('.images img:eq(1)').fadeIn(700, function(){
          $(this).fadeOut(700,loop);
        });
      }
    }
    
    loop(); // start loop
    
    
    $('#stop').click(function(){
      playing=0;
    }); 
    

    Just position the two images absolute:

      .images img{
        position:absolute;
      }
    
      .glowed{
        box-shadow: 0px 0px 30px 2px #cf5
      }
    

    I used css3 box shadow, but you could use a glowed .png image instead.

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

Sidebar

Related Questions

I have two images. I want to display one image if its day and
I have two images next to each other in HTML. One image is taller
I have two images that I want to merge into one. (Eg House.png on
Simple idea: I have two images that I want to merge, one is 500x500
I have two images and one goes on top of the other. The bottom
I have two images that I want adjacent but they appear one above the
I have two methods, one that I use to convert an image to a
I have two images in the background of my html doc. One positioned top
I have two images positioned of the top of each other. When I click
I have two anchored images on top of each other, separated with a line

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.