Global - Animations

File: index.html
<!-- these are the default settings for the page -->
<body class="global_theme_fade_in-1 global_theme_parallax-1">

<!-- if you want to disable all fade-in animations for a page:
replace "global_theme_fade_in-1" inside of the body-class with "global_theme_fade_in-0" -->
<body class="global_theme_fade_in-0 global_theme_parallax-1">

<!-- if you want to disable all parallax animations for a page:
replace "global_theme_parallax-1" inside of the body-class with "global_theme_parallax-0" -->
<body class="global_theme_fade_in-1 global_theme_parallax-0">

<!-- it is also possible to disable both animation types -->
<body class="global_theme_fade_in-0 global_theme_parallax-0">