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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T21:33:00+00:00 2026-06-12T21:33:00+00:00

Better use chrome to open this site,any webkit browser may do too. https://www.google.com/intl/en/chrome/browser/ You

  • 0

Better use chrome to open this site,any webkit browser may do too.

https://www.google.com/intl/en/chrome/browser/

You can see the amazing effect about that chrome logo when you put mouse on it.
I download the source of that page, but unfortunately got lost in it.

It uses non-standard css -webkit-mask and -webkit-gradient like below:

-webkit-mask: "-webkit-gradient(radial, 17 17, %s, 17 17, %s," + "from(rgba(0, 0, 0, 1))," + "color-stop(0.5, rgba(0, 0, 0, 0.2))," + "to(rgba(0, 0, 0, 1)))"

then change the parameter %s

If the logo is big enough we should see a white circle getting bigger and bigger from the center.

I tried to use jquery but cannot make it.Can someone help?

  • 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-12T21:33:01+00:00Added an answer on June 12, 2026 at 9:33 pm

    You can animate it with jQuery by using an interval and adjusting those properties like so:

    var radius = 0;
    
    var interval = window.setInterval(function() {
        $("#chrome").css("-webkit-mask", "-webkit-gradient(radial, 17 17, " + radius + ", 17 17, " + (radius + 15) + ", from(rgb(0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0.2)), to(rgb(0, 0, 0)))");
        radius++;
        if (radius === 124) {
            window.clearInterval(interval);
        }
    }, 20);​
    

    http://jsfiddle.net/sync/WHAXg/

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

Sidebar

Related Questions

On our site www.foo.com we want to download and use http://feeds.foo.com/feed.xml with Javascript. We'll
You also see it on Google search homepage. If the client doesn't use Chrome,
I am using this LinkedIn plugins for CakePHP 2.0.4: https://github.com/ProLoser/CakePHP-LinkedIn I setup everything to
Is there better use of available storage space and faster network access using the
Is better to use the below statement Convert.ToInt32(0 + stringValue) If not then why?
Why is it better to use '!= than '<' in a vector loop? I
Is it better to use default null or default for text fields in MySQL?
What is better to use for Exception output message dynamic generation String or StringBuilder
Which approach is better to use if I need a member (sp or func)
Which one is better to use when it come to return value for example

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.