miniflux-legacy/assets/js
Mathias Kresin a4d8abb631 Move update icon and update icon blinking to css
Use CSS3 Animation for the "loading icon" blinking and move the definition of
the loading icon to CSS as well.

CSS3 Animations are supported by IE10, Firefox and using the -webkit prefix by
Chrome and Safari.

I've dropped the usage of element.classList in favour of supporting refreshing/
article downloading in IE9 (again). The classList stuff isn't necessarily
needed, as the elements in question only get one or no class assigned.

I've dropped no longer supported css options like:

the appearance option isn't supported by any browser, the -webkit-appearance
doesn't change anything visible.

-webkit-font-smoothing support was dropped in chrome 22 and font-smoothing
isn't specified anywhere.
2014-12-26 23:01:05 +01:00
..
all.min.js Move update icon and update icon blinking to css 2014-12-26 23:01:05 +01:00
app.js Move update icon and update icon blinking to css 2014-12-26 23:01:05 +01:00
event.js Add keyboard shortcut to toggle RTL mode 2014-12-23 22:13:23 -05:00
feed.js Move update icon and update icon blinking to css 2014-12-26 23:01:05 +01:00
item.js Move update icon and update icon blinking to css 2014-12-26 23:01:05 +01:00
nav.js do not deselect the current item if no successor/predecessors exists 2014-11-20 10:46:34 +01:00
popup.js Remove Google auth (openid is deprecated) and Persona auth (useless) 2014-11-07 20:53:50 -05:00