How to make browser window blink

by 0

Sometimes it’s useful to draw immediate attention of your website users. There are many ways to do that in Javascript. These include sound notifications, native JS alerts (very annoying method) or HTML pop-ups. But there is another way get your visitor focused and that is to make your browser window blink.

In this short note I will describe how to achieve that simple effect using plain JS.

READ THE FULL ARTICLE