limiting scrollwheel sensitivity to reel.
This commit is contained in:
parent
57ef9056bf
commit
13659e59cb
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue