limiting scrollwheel sensitivity to reel.

This commit is contained in:
nek0 2015-07-19 04:56:36 +02:00
parent 57ef9056bf
commit 13659e59cb

View file

@ -72,7 +72,7 @@ var parallelism = (function($) { var _ = {
scrollKeyAmount: 50,
// Determines where scrollwheel events should be captured ('window' or 'reel').
scrollWheelTarget: 'window',
scrollWheelTarget: 'reel',
// Scroll amount when using scroll zones.
scrollZoneAmount: 10,