[gnome-tour/pan-tour-fullcolor-alt] alignment



commit 8a346a1ba58478d60fd65db21e2c2b1b794ee201
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu Jan 21 11:47:54 2021 +0100

    alignment

 data/resources/style.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/resources/style.css b/data/resources/style.css
index c34063e..ca7f9bf 100644
--- a/data/resources/style.css
+++ b/data/resources/style.css
@@ -23,8 +23,8 @@
 /* pages */
 
 @keyframes welcome-bg-move {
-    from { background-position: center 30%, -1400px 0, -600px 0, center 30%; }
-    to { background-position: center 30%, 0 0, 0 0, center 30%; }
+    from { background-position: center 30%, -1400px 30%, -600px 20%, center 30%; }
+    to { background-position: center 30%, 0 30%, 0 20%, center 30%; }
   }
 
 @keyframes up-and-down {
@@ -44,7 +44,7 @@
                       url('/org/gnome/Tour/start-bg.svg'),
                       url('/org/gnome/Tour/start-bg-bg.svg'),
                       url('/org/gnome/Tour/start-bg-bg-bg.svg');
-    background-position: center 30%, -1400px 0, -600px 0, center 30%; /* wasn't able to properly loop with 
relative offsets */
+    background-position: center 30%, -1400px 30%, -600px 20%, center 30%; /* wasn't able to properly loop 
with relative offsets */
     animation: welcome-bg-move 60s linear infinite;
   }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]