Skip to content

Commit

Permalink
increase deceleration
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Feb 17, 2016
1 parent c723d19 commit d7aec85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ Iscroll.prototype.ontouchend = function(e) {
* @api private
*/
Iscroll.prototype.momentum = function() {
var deceleration = 0.0004
var deceleration = 0.0008
var speed = this.speed
speed = min(speed, 0.8)
var y = this.y
Expand Down

0 comments on commit d7aec85

Please sign in to comment.