From de06e65b6e50cc9e69b5345e84c4bd11a219599f Mon Sep 17 00:00:00 2001 From: structix Date: Sun, 12 May 2019 22:36:25 +0200 Subject: [PATCH 1/4] Update bootstrap --- uebung2/bootstrap.html | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/uebung2/bootstrap.html b/uebung2/bootstrap.html index 086a077..9ac18d7 100644 --- a/uebung2/bootstrap.html +++ b/uebung2/bootstrap.html @@ -63,14 +63,26 @@
-
- One of three columns +
+
+
+

+
+
+
+
+

+
+
-
- One of three columns -
-
- One of three columns +
+
    +
  • Cras justo odio
  • +
  • Dapibus ac facilisis in
  • +
  • Morbi leo risus
  • +
  • Porta ac consectetur ac
  • +
  • Vestibulum at eros
  • +
From 9e38cc69ecc428e0746c07b6f208d1b4a4b0c5d3 Mon Sep 17 00:00:00 2001 From: structix Date: Sun, 12 May 2019 22:37:43 +0200 Subject: [PATCH 2/4] Fixed javascript --- uebung2/bootstrap.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uebung2/bootstrap.html b/uebung2/bootstrap.html index 9ac18d7..a709c76 100644 --- a/uebung2/bootstrap.html +++ b/uebung2/bootstrap.html @@ -89,6 +89,6 @@ - + From 2a0d61eef847f2a62eb081d1b570a399f86612f7 Mon Sep 17 00:00:00 2001 From: structix Date: Sun, 12 May 2019 22:42:28 +0200 Subject: [PATCH 3/4] Update --- uebung2/bootstrap.html | 2 +- uebung2/strasse.html | 22 ++++++++++++++++++++-- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/uebung2/bootstrap.html b/uebung2/bootstrap.html index a709c76..9904dd2 100644 --- a/uebung2/bootstrap.html +++ b/uebung2/bootstrap.html @@ -77,7 +77,7 @@
    -
  • Cras justo odio
  • +
  • Cras justo odio
  • Dapibus ac facilisis in
  • Morbi leo risus
  • Porta ac consectetur ac
  • diff --git a/uebung2/strasse.html b/uebung2/strasse.html index a49b5a7..71e3d86 100644 --- a/uebung2/strasse.html +++ b/uebung2/strasse.html @@ -51,6 +51,14 @@ left: -40%; z-index: 1; //weiter vorne/hinten } + + .lefttoright-delay { + animation: fahren_rechts 10s linear infinite; + animation-delay: 2s; + bottom: -5%; + left: -40%; + z-index: 1; //weiter vorne/hinten + } .righttoleft { animation: fahren_links 10s linear infinite; @@ -60,13 +68,23 @@ z-index: 0; //weiter vorne/hinten animation-direction: reverse; } + + .righttoleft-delay { + animation: fahren_links 10s linear infinite; + animation-delay: 2s; + bottom: 8%; + left: -40%; + transform: scaleX(-1); + z-index: 0; //weiter vorne/hinten + animation-direction: reverse; + } - + - + From cf6ced48c6ad3b1f6d949fe183b6460ed885deb7 Mon Sep 17 00:00:00 2001 From: structix Date: Sun, 12 May 2019 22:43:01 +0200 Subject: [PATCH 4/4] More delay! --- uebung2/strasse.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uebung2/strasse.html b/uebung2/strasse.html index 71e3d86..6b36bea 100644 --- a/uebung2/strasse.html +++ b/uebung2/strasse.html @@ -54,7 +54,7 @@ .lefttoright-delay { animation: fahren_rechts 10s linear infinite; - animation-delay: 2s; + animation-delay: 4s; bottom: -5%; left: -40%; z-index: 1; //weiter vorne/hinten @@ -71,7 +71,7 @@ .righttoleft-delay { animation: fahren_links 10s linear infinite; - animation-delay: 2s; + animation-delay: 4s; bottom: 8%; left: -40%; transform: scaleX(-1);