For optimal viewing experience, it is recommended to use Chrome or any WebKit browser.
https://www.google.com/intl/en/chrome/browser/
Hovering over the chrome logo reveals an amazing effect. I tried downloading the page source, but got lost in it.
The site utilizes non-standard CSS properties like -webkit-mask
and -webkit-gradient
:
-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)))"
Remember to change the parameter %s as needed.
If the logo is sufficiently sized, we should see a white circle expanding from the center.
I attempted to use jQuery without success. Can someone provide assistance?