Scroll tweaks

This commit is contained in:
Max Lynch
2013-10-24 12:53:16 -05:00
parent df29095ca7
commit 025dd0f947
7 changed files with 58 additions and 40 deletions

View File

@ -37,7 +37,7 @@
});
};
ionic.views.Scroll.prototype = {
ionic.views.ScrollView.prototype = {
DECEL_RATE_NORMAL: 0.998,
DECEL_RATE_FAST: 0.99,
DECEL_RATE_SLOW: 0.996,