css
This commit is contained in:
@@ -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
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user