From 67524def30c98db871a4635c1b6b11fc60d8e721 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 19 Feb 2015 12:30:26 +0100 Subject: fix flying loading icon since this does not seem to be fixed anytime soon --- css/content.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'css/content.css') diff --git a/css/content.css b/css/content.css index 85bf2aeb8..291df1d4f 100644 --- a/css/content.css +++ b/css/content.css @@ -59,6 +59,10 @@ #app-content.loading-content { background: url('../img/loading.gif') no-repeat; background-position: calc(50% - 16px) calc(50% - 16px); + /* Overrides the snap.js animation making the loading icon to fly in app-content. */ + transition:none !important; + -webkit-transition: none !important; + -moz-webkit-transition: none !important; } #app-content.loading-content > * { @@ -76,6 +80,10 @@ content: ''; background-image: url('../img/loading.gif'); background-position: calc(50% - 16px) calc(50% - 16px); + /* Overrides the snap.js animation making the loading icon to fly in app-content. */ + transition:none !important; + -webkit-transition: none !important; + -moz-webkit-transition: none !important; } #app-content .finished-auto-paging #articles:after { -- cgit v1.2.3