Skip to content

Commit

Permalink
Adjusted timings
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverfoster committed Apr 13, 2022
1 parent 7379b6c commit dccad61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adapt-scrollSnap",
"version": "3.1.2",
"version": "3.1.3",
"framework": ">=5.19",
"displayName" : "ScrollSnap",
"extension" : "scrollSnap",
Expand Down
2 changes: 1 addition & 1 deletion js/NavigationView.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default class NavigationView extends Backbone.View {
}

initialize({ Snap }) {
this.changed = _.debounce(this.changed, 250);
this.changed = _.debounce(this.changed, 500);
this.Snap = Snap;
this.listenTo(this.model, 'change', this.changed);
this.render();
Expand Down

0 comments on commit dccad61

Please sign in to comment.