Skip to content

Commit

Permalink
* make flicking faster.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Orvell committed Mar 29, 2012
1 parent ed7cc14 commit 81acec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/touch/ScrollMath.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ enyo.kind({
//* Additional 'friction' damping applied when momentum carries the viewport into overscroll (lower provides MORE friction)
kSnapFriction: 0.9,
//* Scalar applied to 'flick' event velocity
kFlickScalar: 10,
kFlickScalar: 20,
//* the value used in friction() to determine if the delta (e.g. y - y0) is close enough to zero to consider as zero.
kFrictionEpsilon: 1e-2,
//* top snap boundary, generally 0
Expand Down

0 comments on commit 81acec0

Please sign in to comment.