Skip to content

Commit

Permalink
Minor tweaking of constants related to mousewheel zooming (closes #16)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrsloup committed Jan 26, 2016
1 parent c850349 commit 5305897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/smoothmwzoominteraction.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ klokantech.SmoothMWZoomInteraction.DELTA_ADJUST = 12;
* @define {number} Maximal value for the adjusted delta. ([-max, max])
* (speed -- resolution delta per timeout)
*/
klokantech.SmoothMWZoomInteraction.MAX_DELTA = 1.5;
klokantech.SmoothMWZoomInteraction.MAX_DELTA = 1;


/**
* @define {number} Timeout duration.
*/
klokantech.SmoothMWZoomInteraction.TIMEOUT_DURATION = 125;
klokantech.SmoothMWZoomInteraction.TIMEOUT_DURATION = 200;


/** @inheritDoc */
Expand Down

0 comments on commit 5305897

Please sign in to comment.