This commit is contained in:
2021-03-29 16:48:47 +02:00
parent 91bca86430
commit 84cbbcc835
55 changed files with 8662 additions and 37 deletions
+4 -2
View File
@@ -11,6 +11,10 @@ function scrollHeader() {
jQuery(document).ready(function($){
// paralax
$('.parallax-window').parallax({imageSrc: '{/pages/02._programmes/10361_web_01.jpg}'});
// ON SCROLL EVENTS
if (!isTouch){
$(document).scroll(function() {
@@ -33,5 +37,3 @@ jQuery(document).ready(function($){
// Responsive Menu
});