summaryrefslogtreecommitdiffstats
path: root/css/content.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/content.css')
-rw-r--r--css/content.css8
1 files changed, 8 insertions, 0 deletions
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 {