Browse Source

Default to uncover for sidebar

1.0
jlukic 9 years ago
parent
commit
b257c39820
1 changed files with 4 additions and 4 deletions
  1. 8
      src/definitions/modules/sidebar.js

8
src/definitions/modules/sidebar.js

@ -903,14 +903,14 @@ $.fn.sidebar.settings = {
defaultTransition : {
computer: {
left : 'push',
right : 'push',
left : 'uncover',
right : 'uncover',
top : 'overlay',
bottom : 'overlay'
},
mobile: {
left : 'push',
right : 'push',
left : 'uncover',
right : 'uncover',
top : 'overlay',
bottom : 'overlay'
}

Loading…
Cancel
Save