How to make notification blink using javascript / HTML

Ok, so I was looking for this, and I can't find it. I want to make a white glow that flows over the top of the tabs in Google Chrome. He notifies the post on Facebook or Google+. It looks like a window of glowing taskbar icons, except in the browser. I know desktop notifications, but they are too intrusive. I am looking for a way to call this using javascript or jquery. Thanks you

+3
source share
1 answer

Luminous tabs are relatively new features in Chrome, and you cannot directly call / launch. Implementation varies across operating systems (for example, in Windows 7 there is no "glow" as you mention).

-. javascript:

document.title = "This is the new page title.";

: https://productforums.google.com/forum/#!msg/chrome/33rVaX7pmRE/arl1bLL98XkJ

+2

All Articles