Reduce tolerance for opening/closing offcanvas to 1/3 instead of 1/2

This commit is contained in:
Djamil Legato
2015-04-19 16:26:57 -07:00
parent 5a870a383d
commit 3e042de86d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ var Offcanvas = new prime({
effect: 'ease',
duration: 300,
tolerance: function(padding) { // tolerance can also be just an integer value
return padding / 2;
return padding / 3;
},
padding: 0,
touch: true,