mirror of
https://github.com/gantry/gantry5.git
synced 2026-08-19 01:15:04 -05:00
Reduce tolerance for opening/closing offcanvas to 1/3 instead of 1/2
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user