Firstly would like to thanks @prinzhorn for such an amazing and powerful library. My question: I have implemented a Skrollr parallax background to the header of my website but I
In some cases you just disable the transitions:
@media only screen and (max-width: 480px){ .divWithSkrollr{ transform: none !important; } }