round favicon animation

icpieces
Thibault Duplessis 2019-12-01 18:17:14 -06:00
parent 2f9fc08ad2
commit 7ae3ce605f
5 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 523 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 584 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 897 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

View File

@ -6,8 +6,8 @@ const initialTitle = document.title;
var curFaviconIdx = 0;
const F = [
'/assets/images/favicon-32-white.png',
'/assets/images/favicon-32-black.png'
'/assets/logo/lichess-favicon-32.png',
'/assets/logo/lichess-favicon-32-invert.png'
].map(function(path, i) {
return function() {
if (curFaviconIdx !== i) {