From c633c878275d204e4b54ca8b9439f59b13a74619 Mon Sep 17 00:00:00 2001 From: Matthieu Fesselier Date: Tue, 30 Apr 2019 11:37:51 +0700 Subject: [PATCH] bugfix: favicon blink --- sib-notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sib-notifications.js b/sib-notifications.js index ac4f43b..230ceb3 100644 --- a/sib-notifications.js +++ b/sib-notifications.js @@ -8,7 +8,7 @@ class SIBNotifications extends SIBTemplateElement { constructor() { super() - this.favicon = new Favico({animation:'popFade'}) + this.favicon = new Favico({animation:'none'}) // On read notification, mark it as read window.addEventListener('read', event => { -- 2.22.2