Browse code

Progress

Benjamin Roth authored on08/12/2022 22:42:46
Showing1 changed files
... ...
@@ -93,6 +93,9 @@
93 93
             window.dispatchEvent(new Event('scroll'));
94 94
           },
95 95
           750);
96
+        },
97
+        "sliderMove": function (swiper, event) {
98
+          window.dispatchEvent(new Event('scroll'));
96 99
         }
97 100
       }
98 101
     })</script>